Skip to content

Commit

Permalink
Add a margin around the warning
Browse files Browse the repository at this point in the history
so the border doesn't touch the border of the main panel.
  • Loading branch information
alanhkarp committed Oct 23, 2023
1 parent bfe2af3 commit 68c5f55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ssp.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ body {
font-size: 12pt;
}
.warning {
margin: 5px;
padding : 1ex;
border : 4pt solid red;
background-color : white;
Expand Down

0 comments on commit 68c5f55

Please sign in to comment.