Skip to content

Commit a0d55a6

Browse files
committed
fix: stop message box from getting unusably tall
1 parent 525d0c8 commit a0d55a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/MessageBox.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ export const MessageBox = observer((props: MessageBoxProps) => {
205205
<Input
206206
skipRegularStyles
207207
multiline
208+
numberOfLines={10}
208209
placeholderTextColor={currentTheme.foregroundSecondary}
209210
style={{
210211
...localStyles.messageBox,

0 commit comments

Comments
 (0)