Fix filters title and keywords overflow (#29396)

pull/29424/head
Evan Paterakis 2 years ago committed by GitHub
parent a30cdfd4d4
commit 213c87ae59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1044,6 +1044,7 @@ a.name-tag,
display: flex;
justify-content: space-between;
margin-bottom: 0;
word-break: break-word;
}
&__permissions {

@ -1078,6 +1078,7 @@ code {
&__type {
color: $darker-text-color;
word-break: break-word;
}
}

Loading…
Cancel
Save