CSR-2417 fix spacing in cart and review toggles.

This commit is contained in:
Bryan Mauger 2024-12-02 15:28:42 -05:00
parent 2a3ec5a58d
commit 1cab9e4952
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@
class="duration-text-block" /> class="duration-text-block" />
</div> </div>
<hr /> <hr class="mt-4 mb-0" />
<cart <cart
v-if="ShowCart" v-if="ShowCart"

View file

@ -35,7 +35,7 @@
:isItac="isItac" :isItac="isItac"
:isNoComp="isNoComp" /> :isNoComp="isNoComp" />
<hr class="my-5" /> <hr />
<div> <div>
<alert <alert