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

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;