Merge pull request #1413 from Safelite/CSR-1707-fix-input-border-cutoff-at-top-of-modal

CSR-1707 fix border outline cut off at top of modal body.
This commit is contained in:
bmauger 2023-10-16 14:24:34 -04:00 committed by GitHub
commit a6661071a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@
@mousedown="closeModal"
aria-label="Close"></button>
</div>
<div class="modal-body ps-5 pe-5 pb-4 pt-0">
<div class="modal-body ps-5 pe-5 pb-4 pt-1">
<slot></slot>
</div>
<div class="modal-footer px-5 py-4">