Fix user display name from overflowing

https://queer.party/@cafkafk@akko.wtf/112087113708496854
This commit is contained in:
blankie 2024-03-13 21:53:54 +11:00
parent 7869104dfc
commit 0f455e0931
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ html {
font-size: var(--font-size);
font-family: sans-serif;
padding: 10px;
overflow-wrap: break-word;
/* https://queer.party/@cafkafk@akko.wtf/112087113708496854 */
overflow-wrap: anywhere;
}
pre {
/* https://stackoverflow.com/a/248013 */