fix: height on safari, closes #11188, closes #11152

This commit is contained in:
Barış Soner Uşaklı
2023-01-23 10:19:10 -05:00
parent 18fde39f20
commit edf065c59e

View File

@@ -80,6 +80,7 @@
-webkit-box-orient: vertical;
-webkit-line-clamp: $lines;
white-space: initial;
height: calc(1.5em * $lines);
}
@for $i from 1 through 6 {