fix: add min-width to inputs

This commit is contained in:
MAZE 2024-02-28 20:27:45 +03:30
parent 38a9a23790
commit dfd6c1fc4a
3 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,7 @@
& input {
flex-grow: 1;
min-width: 0;
height: 100%;
padding: 0 12px;
color: var(--color-foreground);

View File

@ -24,6 +24,7 @@
& input {
flex-grow: 1;
min-width: 0;
height: 100%;
padding: 0 12px;
color: var(--color-foreground);

View File

@ -23,6 +23,7 @@
& input {
flex-grow: 1;
min-width: 0;
height: 100%;
padding: 0 10px;
font-size: var(--font-sm);