UX: fix minor chat transcript overflow (#24158)

This commit is contained in:
Kris 2023-10-30 16:31:01 -04:00 committed by GitHub
parent 4859340b2d
commit 5e633708ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
.chat-transcript {
@extend .chat-message-container;
box-sizing: border-box;
min-height: 50px;
padding: 12px;
margin: 1rem 0;