Fix wrong width on content warnings and filters in web UI (#31761)

This commit is contained in:
Eugen Rochko 2024-09-05 11:46:11 +02:00 committed by GitHub
parent eb23d9f0f6
commit b265a654d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10916,6 +10916,7 @@ noscript {
}
.content-warning {
box-sizing: border-box;
background: rgba($ui-highlight-color, 0.05);
color: $secondary-text-color;
border-top: 1px solid;