Skip to content

Commit

Permalink
fix(inline-notification): add 1px right margin to action btn
Browse files Browse the repository at this point in the history
  • Loading branch information
jendowns committed Dec 13, 2019
1 parent 79299b2 commit 66dbc79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@

.#{$prefix}--inline-notification__action-button.#{$prefix}--btn--ghost {
height: rem(32px);
margin: $carbon--spacing-03 0;
margin: $carbon--spacing-03 1px $carbon--spacing-03 0;

&,
&:hover,
Expand Down

0 comments on commit 66dbc79

Please sign in to comment.