forked from MapComplete/MapComplete
Add bottom margin
This commit is contained in:
parent
3ddf7c660e
commit
bf9fc67471
2 changed files with 16 additions and 1 deletions
|
@ -45,7 +45,7 @@ export default class QuestionBox extends UIElement {
|
|||
.onClick(() => {
|
||||
self._skippedQuestions.setData([]);
|
||||
})
|
||||
this.SetClass("block")
|
||||
this.SetClass("block mb-8")
|
||||
}
|
||||
|
||||
InnerRender(): string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue