UX: add max-width to thread indicator (#22282)
This commit is contained in:
parent
11da996304
commit
2548b819be
|
@ -1,4 +1,5 @@
|
|||
.chat-message-thread-indicator {
|
||||
max-width: 600px;
|
||||
grid-template-areas:
|
||||
"avatar info replies participants"
|
||||
"avatar excerpt excerpt excerpt";
|
||||
|
|
Loading…
Reference in New Issue