add large table size

This commit is contained in:
jeffvli
2025-10-09 14:25:27 -07:00
parent c2715a2d7e
commit 943b26dfea
16 changed files with 432 additions and 76 deletions
@@ -0,0 +1,14 @@
.text-container {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.text-container.compact {
-webkit-line-clamp: 1;
}
.text-container.large {
-webkit-line-clamp: 3;
}