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 {