fix: reduce min height of chat peek view new message container (#8739)

This commit is contained in:
donteatfriedrice 2024-11-08 08:23:38 +00:00
parent 2a3e81de3e
commit e988be2f86
No known key found for this signature in database
GPG Key ID: 710A67A6AC71FD16

View File

@ -42,7 +42,7 @@ export const PeekViewStyles = css`
.new-chat-messages-container {
width: 100%;
box-sizing: border-box;
min-height: 450px;
min-height: 180px;
display: flex;
flex-direction: column;
gap: 24px;