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;