Skip to content

Commit

Permalink
fix(notices): add missing padding
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Jan 9, 2022
1 parent deb9394 commit 82333e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/styles/global/notices.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
bottom: 0 !important;
left: 0 !important;
right: 0 !important;
padding: 0 !important;
padding: 16px !important;
margin: 0 !important;
overflow: hidden !important;
z-index: 1000 !important;
Expand Down

0 comments on commit 82333e1

Please sign in to comment.