update title columns to use links

This commit is contained in:
jeffvli
2025-10-10 18:38:24 -07:00
parent f7f1d5f54d
commit 34bd9d93ad
7 changed files with 101 additions and 22 deletions
@@ -0,0 +1,14 @@
.name-container {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.name-container.compact {
-webkit-line-clamp: 1;
}
.name-container.large {
-webkit-line-clamp: 3;
}