2
0

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

View File

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