UX: constrain width of chat transcripts in posts (#27288)

This commit is contained in:
Kris 2024-05-31 16:26:46 -04:00 committed by GitHub
parent 82529a1c06
commit 62b1b69e82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@
}
.chat-transcript-thread {
min-width: 0;
&-header {
margin-bottom: 0.5rem;
}