Style number input field

This commit is contained in:
Zed
2025-11-24 23:04:25 +01:00
parent 12bbddf204
commit 78101df2cc
7 changed files with 44 additions and 13 deletions
+2 -1
View File
@@ -24,7 +24,8 @@
height: 23px;
}
input[type="text"] {
input[type="text"],
input[type="number"] {
height: calc(100% - 4px);
width: calc(100% - 8px);
}