mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-08 08:44:27 +00:00
Fix wrong width on content warnings and filters in web UI (#31761)
This commit is contained in:
parent
eb23d9f0f6
commit
b265a654d7
|
@ -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…
Reference in a new issue