From f2c455f23bc550ce50f69e0b792b3fea8459f78f Mon Sep 17 00:00:00 2001 From: Kendall Garner <17521368+kgarner7@users.noreply.github.com> Date: Thu, 11 Jun 2026 17:42:05 -0700 Subject: [PATCH] disable text wrap for combined-title artists --- .../item-table-list/columns/title-combined-column.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/components/item-list/item-table-list/columns/title-combined-column.module.css b/src/renderer/components/item-list/item-table-list/columns/title-combined-column.module.css index cb0702906..af8d7bd24 100644 --- a/src/renderer/components/item-list/item-table-list/columns/title-combined-column.module.css +++ b/src/renderer/components/item-list/item-table-list/columns/title-combined-column.module.css @@ -58,6 +58,7 @@ a.title { color: var(--theme-colors-foreground-muted); white-space: nowrap; user-select: none; + --text-text-wrap: nowrap; } .folder-icon {