FIX: word break long continuous thread titles (#30007)

This commit is contained in:
Joffrey JAFFEUX 2024-11-30 01:07:39 +01:00 committed by GitHub
parent c42248670d
commit 35be2a9879
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,4 +16,5 @@
padding-left: 0.5em;
color: var(--secondary-low);
margin-bottom: 0;
word-break: break-word;
}