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

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);