fix title columns link width

This commit is contained in:
jeffvli
2026-01-18 17:45:58 -08:00
parent 5c2c18268b
commit c53b2f8ed8
4 changed files with 43 additions and 4 deletions
@@ -1,7 +1,6 @@
.name-container {
display: -webkit-inline-box;
align-self: flex-start;
width: 100%;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
@@ -9,6 +8,10 @@
-webkit-box-orient: vertical;
}
a.name-container {
width: auto;
}
.name-container.compact {
-webkit-line-clamp: 1;
}