fix title width in title combined column

This commit is contained in:
jeffvli
2026-07-17 18:58:17 -07:00
parent ac5a146f7a
commit cf4556743d
@@ -34,7 +34,7 @@
} }
.title { .title {
display: block; display: inline-block;
width: 100%; width: 100%;
min-width: 0; min-width: 0;
max-width: 100%; max-width: 100%;
@@ -46,8 +46,7 @@
} }
a.title { a.title {
width: 100%; width: auto;
max-width: 100%;
} }
.track-subtitle { .track-subtitle {