UX: add max-width to thread indicator (#22282)

This commit is contained in:
chapoi 2023-06-27 16:30:15 +09:00 committed by GitHub
parent 11da996304
commit 2548b819be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
.chat-message-thread-indicator { .chat-message-thread-indicator {
max-width: 600px;
grid-template-areas: grid-template-areas:
"avatar info replies participants" "avatar info replies participants"
"avatar excerpt excerpt excerpt"; "avatar excerpt excerpt excerpt";