From 4f41218a92881da34a88b07926b4dfbd2178b704 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 7 Jun 2026 04:49:16 +0200 Subject: [PATCH] fix(ui): log mode select no longer truncates 'Pro Session' --- renderer/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/renderer/styles.css b/renderer/styles.css index f514590..d5bee46 100644 --- a/renderer/styles.css +++ b/renderer/styles.css @@ -727,6 +727,7 @@ body.col-resizing, body.col-resizing * { cursor: col-resize !important; user-sel } .key-input:focus, .hs-input:focus { border-color: var(--accent); outline: none; } .hs-input { max-width: 100px; } +select.hs-input { max-width: none; width: auto; min-width: 140px; } .hint { font-size: 10px; color: var(--text-dim); } .settings-section-label { font-size: 10px;