Skip to content

Commit

Permalink
Add margin to Modal body to prevent overlap with Close button (#679)
Browse files Browse the repository at this point in the history
* Add margin to Modal body to prevent overlap with Close button

* Use 2.5
  • Loading branch information
ddzz authored Sep 16, 2021
1 parent adb43c7 commit 5cdd1e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/formation/sass/modules/_m-modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
p:first-of-type {
margin-top: 0;
}
margin-right: units(2.5);
}

&-title {
Expand Down

0 comments on commit 5cdd1e0

Please sign in to comment.