Fix footer button padding.
This commit is contained in:
parent
4b06e9e322
commit
f531b182b6
1 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
</div>
|
||||
<div class="modal-body ps-5 pe-5 pb-4 pt-1">
|
||||
<slot></slot>
|
||||
<div class="modal-footer px-5 py-4">
|
||||
<div class="modal-footer">
|
||||
<modalButtonMain
|
||||
isPrimary
|
||||
class="w-100"
|
||||
|
|
@ -173,6 +173,7 @@ export default {
|
|||
}
|
||||
}
|
||||
.modal-footer {
|
||||
padding: 1rem 0;
|
||||
position: sticky;
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue