Skip to content

Commit

Permalink
Go back to using 1em margins for notices in the notice list. (#16861)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellr authored and gziolo committed Aug 29, 2019
1 parent f9a2cd9 commit 9ae860f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/notice/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
z-index: z-index(".components-notice-list");

.components-notice__content {
margin-top: $grid-size;
margin-bottom: $grid-size;
margin-top: 1em;
margin-bottom: 1em;
}
}

0 comments on commit 9ae860f

Please sign in to comment.