1
0

Adjust min-width of input/number select elements

This commit is contained in:
2025-05-25 01:11:50 +02:00
parent f0add60077
commit 325e947f17

View File

@@ -91,7 +91,7 @@
}
select, input[type="number"] {
min-width: 80px;
min-width: 40px;
max-width: 100%;
padding: 0.4em 0.6em;
border: 1.2px solid #cbd5e1;