From cf4556743d3a56aa83cbd827931e1f2fb42e0ada Mon Sep 17 00:00:00 2001 From: jeffvli Date: Fri, 17 Jul 2026 18:58:17 -0700 Subject: [PATCH] fix title width in title combined column --- .../item-table-list/columns/title-combined-column.module.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 61e286efb..6c827142f 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 @@ -34,7 +34,7 @@ } .title { - display: block; + display: inline-block; width: 100%; min-width: 0; max-width: 100%; @@ -46,8 +46,7 @@ } a.title { - width: 100%; - max-width: 100%; + width: auto; } .track-subtitle {