Skip to content

Commit

Permalink
Dismissible-notices: fix text overlapping icon (X) (#13371)
Browse files Browse the repository at this point in the history
* Dismissible-notices: fix text overlapping icon (X)

* Dismissible-notices: fix text overlapping icon (X) - pt.2.
  • Loading branch information
Naerriel authored and youknowriad committed Mar 6, 2019
1 parent 3f08ef8 commit 4cc6cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/notice/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}

.components-notice__content {
margin: 1em 0;
margin: 1em #{ $icon-button-size-small + $border-width } 1em 0;
}

.components-notice__action.components-button {
Expand Down

0 comments on commit 4cc6cee

Please sign in to comment.