Skip to content

Commit

Permalink
fix: remove extra margin on inline notification (#488)
Browse files Browse the repository at this point in the history
* fix: remove extra margin on inline notification

* fix: remove inline-notification margin
  • Loading branch information
vpicone authored Nov 2, 2019
1 parent 9379fca commit 668b949
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
.notification :global(.bx--inline-notification) {
margin: 0;
max-width: 100%;
box-shadow: none;
margin-bottom: 0;
margin-top: 0;
border-right: 1px solid $carbon--blue-30;
border-top: 1px solid $carbon--blue-30;
border-bottom: 1px solid $carbon--blue-30;
Expand Down

1 comment on commit 668b949

@vercel
Copy link

@vercel vercel bot commented on 668b949 Nov 2, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.