Skip to content

Commit

Permalink
fix(modals): remove extra-margin of the last scrollable modal's elt (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahiss authored Nov 28, 2022
1 parent 75dee5f commit b7c2e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
}

// Boosted mod
.modal-dialog:not(.modal-dialog-scrollable) .modal-body > :last-child {
.modal-dialog .modal-body > :last-child {
margin-bottom: 0;
}
// End mod
Expand Down

0 comments on commit b7c2e80

Please sign in to comment.