Fix missing CSS for CW margins (#2891)

This commit is contained in:
Claire 2024-10-27 21:08:59 +01:00 committed by GitHub
parent 40b3c206e4
commit e44a800887
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;