FIX: prevents long URL to overflow thread title (#26827)

This commit is contained in:
Joffrey JAFFEUX 2024-04-30 21:44:35 +02:00 committed by GitHub
parent 7a7a214c11
commit 038236fcca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
.chat__thread-title__name {
font-size: var(--font-up-1-rem);
word-break: break-all;
&:hover {
color: var(--primary-very-high);