[Glitch] Fix filters title and keywords overflow

Port 213c87ae59 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Evan Paterakis 2024-02-27 12:46:58 +02:00 committed by Claire
parent a482932649
commit 1b219e709b
2 changed files with 2 additions and 0 deletions

View file

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

View file

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