Fix filters title and keywords overflow (#29396)
This commit is contained in:
parent
a30cdfd4d4
commit
213c87ae59
@ -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…
Reference in New Issue
Block a user