add widths for number inputs on controlcap view

pull/2801/head
Isaac Connor 2020-01-03 15:57:51 -05:00
parent 0b3776dbf0
commit c4aaa33bea
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
input[type="number"] {
width: 70px;
}