mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-09-20 14:32:57 +00:00
adding unprefixed line clamp too
This commit is contained in:
@@ -331,6 +331,7 @@
|
||||
height: fit-content;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
line-clamp : 3;
|
||||
-webkit-line-clamp: 3;
|
||||
-webkit-box-orient: vertical;
|
||||
|
||||
@@ -665,6 +666,7 @@
|
||||
height: fit-content;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
line-clamp:3;
|
||||
-webkit-line-clamp: 3;
|
||||
white-space: wrap;
|
||||
-webkit-box-orient: vertical;
|
||||
|
||||
Reference in New Issue
Block a user