Merge pull request #2059 from Safelite/CSR-2287-fix-copy-alignment
CSR-2287 fix copy alignment.
This commit is contained in:
commit
cc71321c08
1 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@
|
|||
alertClass="alert-info" />
|
||||
|
||||
<promoModalQuestion
|
||||
class="small mt-6 d-md-flex justify-content-md-center"
|
||||
class="small mt-6 d-flex justify-content-center"
|
||||
v-model="lineItems"
|
||||
:addableVaps="addableVaps"
|
||||
pageName="quote"
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
|
||||
<textBlock
|
||||
cmsWidgetName="quoteDisclaimer"
|
||||
justifyText="left"
|
||||
justifyText="center"
|
||||
typeStyle="caption"
|
||||
class="mt-6 quote-disclaimer" />
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue