fix: non-vendor prefixed clamp

This commit is contained in:
Scott Jungling
2025-01-23 10:02:27 -08:00
parent 004c471878
commit 14b900ce80

View File

@@ -31,6 +31,7 @@
font-size: 1rem;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;