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 gziolo committed Jan 23, 2019
1 parent 0f58915 commit e1d2e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/notice/style.scss
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 e1d2e66

Please sign in to comment.