mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: fix minor chat transcript overflow (#24158)
This commit is contained in:
parent
4859340b2d
commit
5e633708ac
@ -1,5 +1,6 @@
|
|||||||
.chat-transcript {
|
.chat-transcript {
|
||||||
@extend .chat-message-container;
|
@extend .chat-message-container;
|
||||||
|
box-sizing: border-box;
|
||||||
min-height: 50px;
|
min-height: 50px;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user