UX: prevent overflow in description (#21124)
This commit is contained in:
parent
1e85de36e2
commit
b8583f274d
|
@ -16,6 +16,8 @@
|
|||
&__description {
|
||||
color: var(--primary-600);
|
||||
text-align: center;
|
||||
overflow-wrap: break-word;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.chat-channel-title__name {
|
||||
|
|
Loading…
Reference in New Issue