Merge pull request #756 from Safelite/CSR-848-fix-padding

CSR-848 fix button padding.
This commit is contained in:
bmauger 2022-09-20 15:06:35 -04:00 committed by GitHub
commit d656299b06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
<p class="fw-bold mb-2 subheader-text" v-html="this.ModalSubheadertext"></p>
<p class="mb-0" v-html="this.ModalBodyText"></p>
</div>
<div class="modal-footer pt-4 pb-5">
<div class="modal-footer px-4 pt-4 pb-5">
<button class="btn btn-secondary w-100" data-bs-dismiss="modal" v-html="this.ModalCloseButtonText"></button>
</div>
</div>