From 2a0e414d8fabec62a373ca744ff2448467436dcf Mon Sep 17 00:00:00 2001 From: Kendall Garner <17521368+kgarner7@users.noreply.github.com> Date: Thu, 11 Jun 2026 17:47:29 -0700 Subject: [PATCH] fix lint for custom property --- .../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 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; }