Fix missing action label on sensitive videos and embeds in web UI (#26135)
This commit is contained in:
parent
d1a9f601c7
commit
714a20697f
4 changed files with 14 additions and 4 deletions
|
@ -4186,6 +4186,7 @@ a.status-card {
|
|||
margin: 0;
|
||||
border: 0;
|
||||
border-radius: 4px;
|
||||
color: $white;
|
||||
|
||||
&__label {
|
||||
display: flex;
|
||||
|
@ -4193,7 +4194,6 @@ a.status-card {
|
|||
justify-content: center;
|
||||
gap: 8px;
|
||||
flex-direction: column;
|
||||
color: $primary-text-color;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue