Skip to content

Commit

Permalink
Fix missing CSS for CW margins (#2891)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire authored Oct 27, 2024
1 parent 40b3c20 commit e44a800
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/javascript/flavours/glitch/styles/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1922,6 +1922,14 @@ body > [data-popper-placement] {
margin-bottom: 16px;
}

.content-warning {
margin-bottom: 16px;

&:last-child {
margin-bottom: 0;
}
}

.logo {
width: 40px;
height: 40px;
Expand Down

0 comments on commit e44a800

Please sign in to comment.