Merge pull request #1301 from Safelite/defect/CSR-1581
Fix text alignment for header on review page
This commit is contained in:
commit
96313e8614
1 changed files with 2 additions and 2 deletions
|
|
@ -10,13 +10,13 @@
|
|||
<textBlock
|
||||
:customText="subHeaderTitle"
|
||||
typeStyle="h5"
|
||||
justifyText="justify-content-center"
|
||||
justifyText="center"
|
||||
margin="mt-1"
|
||||
class="dark-header" />
|
||||
<textBlock
|
||||
:customText="subHeaderBody"
|
||||
typeStyle="body"
|
||||
justifyText="justify-content-left"
|
||||
justifyText="left"
|
||||
margin="mt-0 mb-2" />
|
||||
|
||||
<buttonMain
|
||||
|
|
|
|||
Loading…
Reference in a new issue