Add bottom margin

This commit is contained in:
Pieter Vander Vennet 2021-05-18 01:05:43 +02:00
parent 3ddf7c660e
commit bf9fc67471
2 changed files with 16 additions and 1 deletions

View file

@ -45,7 +45,7 @@ export default class QuestionBox extends UIElement {
.onClick(() => {
self._skippedQuestions.setData([]);
})
this.SetClass("block")
this.SetClass("block mb-8")
}
InnerRender(): string {