Skip to content

Commit

Permalink
feat(bannerwarning): add box-sizing: border box css property
Browse files Browse the repository at this point in the history
  • Loading branch information
HSnils committed Feb 1, 2024
1 parent 23a7755 commit 4828fb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content/warnings/bannerWarning/bannerWarning.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
position: relative;
border-radius: 0;
border: 0;
box-sizing: border-box;
text-align: center;
color: white;
font-weight: 600;
Expand Down

0 comments on commit 4828fb8

Please sign in to comment.