This commit is contained in:
Bryan Mauger 2024-07-12 16:18:01 -04:00
parent b017bae2cb
commit 5c3e9e6789
2 changed files with 2 additions and 3 deletions

View file

@ -49,7 +49,7 @@
:lineItems="lineItems" />
<recalDisclaimer
class="my-5"
class="m-0"
cmsWidgetName="RecalDisclaimerWidget"
v-if="isRecalibrationOnOrder"
v-on="{ textLinkClicked: openModalAction }"

View file

@ -150,7 +150,7 @@ export default {
display: block;
@include media-breakpoint-up(md) {
display: flex;
min-height: 300px;
min-height: 276px;
}
}
@ -265,7 +265,6 @@ export default {
transition: all 0.5s ease;
@include media-breakpoint-up(md) {
max-height: 500px;
// margin-bottom: 5rem;
}
p {