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
@@ -15,15 +15,15 @@
}
.text-container.align-left {
text-align: left;
justify-items: start;
}
.text-container.align-center {
text-align: center;
justify-items: center;
}
.text-container.align-right {
text-align: right;
justify-items: end;
}
.text-container.compact {
@@ -39,8 +39,16 @@
white-space: nowrap;
}
a.title {
width: auto;
}
.artists {
display: block;
width: 100%;
min-width: 0;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
font-size: var(--theme-font-size-xs) !important;