UX: prevent overflow in description (#21124)
This commit is contained in:
parent
1e85de36e2
commit
b8583f274d
plugins/chat/assets/stylesheets/common
|
@ -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…
Reference in New Issue