Skip to content

Commit

Permalink
Equalize modal content padding (#42370)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster authored Jul 14, 2022
1 parent 7ea4f74 commit d3d3ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/modal/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
.components-modal__content {
flex: 1;
margin-top: $header-height + $grid-unit-20;
padding: 0 $grid-unit-40 $grid-unit-30;
padding: 0 $grid-unit-40 $grid-unit-40;
overflow: auto;

&.hide-header {
Expand Down

0 comments on commit d3d3ed4

Please sign in to comment.