Fix wrong width on content warnings and filters in web UI (#31761)
parent
eb23d9f0f6
commit
b265a654d7
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue