Fix text alignment for header on review page
This commit is contained in:
parent
bc4dc01036
commit
ab9407c127
1 changed files with 2 additions and 2 deletions
|
|
@ -10,13 +10,13 @@
|
||||||
<textBlock
|
<textBlock
|
||||||
:customText="subHeaderTitle"
|
:customText="subHeaderTitle"
|
||||||
typeStyle="h5"
|
typeStyle="h5"
|
||||||
justifyText="justify-content-center"
|
justifyText="center"
|
||||||
margin="mt-1"
|
margin="mt-1"
|
||||||
class="dark-header" />
|
class="dark-header" />
|
||||||
<textBlock
|
<textBlock
|
||||||
:customText="subHeaderBody"
|
:customText="subHeaderBody"
|
||||||
typeStyle="body"
|
typeStyle="body"
|
||||||
justifyText="justify-content-left"
|
justifyText="left"
|
||||||
margin="mt-0 mb-2" />
|
margin="mt-0 mb-2" />
|
||||||
|
|
||||||
<buttonMain
|
<buttonMain
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue