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:
commit
a6661071a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue