mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 21:26:02 +08:00
UX: prevent overflow in description (#21124)
This commit is contained in:
@ -16,6 +16,8 @@
|
||||
&__description {
|
||||
color: var(--primary-600);
|
||||
text-align: center;
|
||||
overflow-wrap: break-word;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.chat-channel-title__name {
|
||||
|
Reference in New Issue
Block a user