From 49b8c9d08f6114c94b745da732f3a02e24f014e5 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Thu, 16 Jul 2026 22:37:28 -0700 Subject: [PATCH] fix invalid text wrap on title (artist) column (#2249) --- .../item-table-list/columns/title-artist-column.module.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/renderer/components/item-list/item-table-list/columns/title-artist-column.module.css b/src/renderer/components/item-list/item-table-list/columns/title-artist-column.module.css index a6704d713..a0cc7cfc9 100644 --- a/src/renderer/components/item-list/item-table-list/columns/title-artist-column.module.css +++ b/src/renderer/components/item-list/item-table-list/columns/title-artist-column.module.css @@ -55,6 +55,8 @@ a.title { color: var(--theme-colors-foreground-muted); white-space: nowrap; user-select: none; + + --text-text-wrap: nowrap; } .folder-icon {