Fix filters title and keywords overflow (#29396)

This commit is contained in:
Evan Paterakis 2024-02-27 12:46:58 +02:00 committed by GitHub
parent a30cdfd4d4
commit 213c87ae59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

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

View File

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