forked from MapComplete/MapComplete
Various small fixes
This commit is contained in:
parent
b8f912e00f
commit
e35c85fc55
12 changed files with 26 additions and 49 deletions
|
@ -178,7 +178,7 @@ export class SimpleAddUI extends UIElement {
|
|||
}
|
||||
|
||||
|
||||
return header.Render() + html;
|
||||
return header.Render() + new Combine([html], "add-popup-all-buttons").Render();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue