Merge pull request #2154 from Safelite/CSR-2417-adjust-spacing-on-cart-toggles
CSR-2417 fix spacing in cart and review toggles.
This commit is contained in:
commit
d026a00c8d
2 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@
|
|||
class="duration-text-block" />
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
<hr class="mt-4 mb-0" />
|
||||
|
||||
<cart
|
||||
v-if="ShowCart"
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
:isItac="isItac"
|
||||
:isNoComp="isNoComp" />
|
||||
|
||||
<hr class="my-5" />
|
||||
<hr />
|
||||
|
||||
<div>
|
||||
<alert
|
||||
|
|
|
|||
Loading…
Reference in a new issue