units editor - more width for inputs

This commit is contained in:
Azgaar 2021-09-02 00:16:11 +03:00
parent 97e3c81f5c
commit 1415c19154
2 changed files with 5 additions and 8 deletions

View file

@ -1800,16 +1800,13 @@ div.editorLine {
width: 7em;
}
#unitsBody > div > select,
#unitsBody > div > input[type="text"] {
width: 11.2em;
}
#unitsBody > div > select {
width: 11.32em;
width: 12em;
}
#unitsBody > div > input[type="number"] {
width: 3.4em;
width: 4.35em;
}
#unitsBody > div > input,