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