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

pull/31758/head
Eugen Rochko 7 months ago committed by GitHub
parent eb23d9f0f6
commit b265a654d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save