Skip to content

Commit

Permalink
Make sure notices don't overlap stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsDrike committed Dec 10, 2023
1 parent 77afe05 commit 15bda83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/src/scss/_notice.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ $notice-tip: #122412;
border-radius: 4px;
color: $notice-root;
background: $notice-root-bg;
display: inline-block;

p:last-child {
margin-bottom: 0;
Expand Down

0 comments on commit 15bda83

Please sign in to comment.