UX: prevent overflow in description (#21124)

This commit is contained in:
chapoi 2023-04-18 11:20:25 +09:00 committed by GitHub
parent 1e85de36e2
commit b8583f274d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@
&__description {
color: var(--primary-600);
text-align: center;
overflow-wrap: break-word;
max-width: 100%;
}
.chat-channel-title__name {