forked from MapComplete/MapComplete
Fix various small bugs (directionPicker is square and has a max width; fix welcome message, fix translations
This commit is contained in:
parent
abb39f2310
commit
4ace40c2f3
5 changed files with 11 additions and 9 deletions
|
@ -95,7 +95,7 @@ export default class ValidatedTextField {
|
|||
)
|
||||
}
|
||||
const di = new DirectionInput(options.mapBackgroundLayer, location, value)
|
||||
di.SetStyle("height: 20rem;");
|
||||
di.SetStyle("max-width: 25rem;");
|
||||
|
||||
return di;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue