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 af8d7bd24..876c0c6f7 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; }