🐛 Fixes vertical order large items Safari (#1358)

This commit is contained in:
Alicia Sykes
2026-05-18 22:32:54 +01:00
parent c8439345a5
commit fcc1fc0663

View File

@@ -280,6 +280,7 @@ export default {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
word-break: keep-all;
overflow: hidden;
span.text {