mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: prevents long URL to overflow thread title (#26827)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user