fix invalid text wrap on title (artist) column (#2249)

This commit is contained in:
jeffvli
2026-07-16 22:37:28 -07:00
parent b22541d1d8
commit 49b8c9d08f
@@ -55,6 +55,8 @@ a.title {
color: var(--theme-colors-foreground-muted);
white-space: nowrap;
user-select: none;
--text-text-wrap: nowrap;
}
.folder-icon {