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" />
|
alertClass="alert-info" />
|
||||||
|
|
||||||
<promoModalQuestion
|
<promoModalQuestion
|
||||||
class="small mt-6 d-md-flex justify-content-md-center"
|
class="small mt-6 d-flex justify-content-center"
|
||||||
v-model="lineItems"
|
v-model="lineItems"
|
||||||
:addableVaps="addableVaps"
|
:addableVaps="addableVaps"
|
||||||
pageName="quote"
|
pageName="quote"
|
||||||
|
|
@ -69,7 +69,7 @@
|
||||||
|
|
||||||
<textBlock
|
<textBlock
|
||||||
cmsWidgetName="quoteDisclaimer"
|
cmsWidgetName="quoteDisclaimer"
|
||||||
justifyText="left"
|
justifyText="center"
|
||||||
typeStyle="caption"
|
typeStyle="caption"
|
||||||
class="mt-6 quote-disclaimer" />
|
class="mt-6 quote-disclaimer" />
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue