Fix user display name from overflowing
https://queer.party/@cafkafk@akko.wtf/112087113708496854
This commit is contained in:
parent
7869104dfc
commit
0f455e0931
|
@ -50,7 +50,8 @@ html {
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
overflow-wrap: break-word;
|
/* https://queer.party/@cafkafk@akko.wtf/112087113708496854 */
|
||||||
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
pre {
|
pre {
|
||||||
/* https://stackoverflow.com/a/248013 */
|
/* https://stackoverflow.com/a/248013 */
|
||||||
|
|
Loading…
Reference in New Issue