Skip to content

Commit

Permalink
fix(modal): align spacing pattern to other code
Browse files Browse the repository at this point in the history
  • Loading branch information
asudoh committed Nov 13, 2019
1 parent f270fdf commit 164817e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/modal/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
.#{$prefix}--modal-header,
.#{$prefix}--modal-content,
.#{$prefix}--modal-content__regular-content {
padding-right: rem(16px);
padding-right: 1rem;
}
}
}
Expand Down

0 comments on commit 164817e

Please sign in to comment.