mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
units editor - more width for inputs
This commit is contained in:
parent
77a6fff8e3
commit
e49d18f5ce
2 changed files with 7 additions and 10 deletions
13
index.css
13
index.css
|
|
@ -1902,16 +1902,13 @@ div.editorLine {
|
|||
width: 7em;
|
||||
}
|
||||
|
||||
#unitsBody > div > input[type='text'] {
|
||||
width: 11.2em;
|
||||
#unitsBody > div > select,
|
||||
#unitsBody > div > input[type="text"] {
|
||||
width: 12em;
|
||||
}
|
||||
|
||||
#unitsBody > div > select {
|
||||
width: 11.32em;
|
||||
}
|
||||
|
||||
#unitsBody > div > input[type='number'] {
|
||||
width: 3.4em;
|
||||
#unitsBody > div > input[type="number"] {
|
||||
width: 4.35em;
|
||||
}
|
||||
|
||||
#unitsBody > div > input,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue