Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(inline-notification): add 8px right padding if close button is hidden #4873

Merged
merged 9 commits into from
Dec 16, 2019
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