Skip to content

Commit

Permalink
fix(modal): replace width rule with padding (#3607)
Browse files Browse the repository at this point in the history
* fix(modal): replace width rule with padding

* chore: update sassdoc
  • Loading branch information
emyarod authored and tw15egan committed Aug 1, 2019
1 parent c8e5148 commit 1288a0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -13956,7 +13956,7 @@ Modal styles

.#{$prefix}--modal-header,
.#{$prefix}--modal-content {
width: 75%;
padding-right: 25%;
padding-left: 1rem;
}

Expand Down
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 @@ -101,7 +101,7 @@

.#{$prefix}--modal-header,
.#{$prefix}--modal-content {
width: 75%;
padding-right: 25%;
padding-left: 1rem;
}

Expand Down

0 comments on commit 1288a0f

Please sign in to comment.