Further reduce size of number input boxes
This commit is contained in:
parent
84d80ef4db
commit
d5a2292bf2
1 changed files with 1 additions and 1 deletions
|
@ -23,5 +23,5 @@ table {
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=number]{
|
input[type=number]{
|
||||||
width: 80px;
|
width: 40px;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue