UX: constrain width of chat transcripts in posts (#27288)
This commit is contained in:
parent
82529a1c06
commit
62b1b69e82
|
@ -77,6 +77,7 @@
|
|||
}
|
||||
|
||||
.chat-transcript-thread {
|
||||
min-width: 0;
|
||||
&-header {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue