mirror of
https://github.com/Lissy93/dashy.git
synced 2026-06-07 01:04:34 -04:00
🐛 Fixes vertical order large items Safari (#1358)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user