1
0

Reduce min-width of input/number select elements

This commit is contained in:
2025-05-25 01:12:07 +02:00
parent 82419c6566
commit eb306f3708

View File

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