Let TypedInput width be calculated - but forced

pull/5425/head
Dave Conway-Jones 2026-01-06 10:44:14 +00:00 committed by Nick O'Leary
parent 92ca0eea83
commit 26573c1b3c
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
border: 1px solid var(--red-ui-form-input-border-color);
border-radius: 5px;
height: 34px;
width: calc(100% - var(--typedInput-width-adjust)) !important;
line-height: 14px;
display: inline-flex;
padding: 0;