Skip to content

Commit

Permalink
fix: prevent chat field from overflowing, closes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
neopostmodern committed Oct 30, 2023
1 parent 7304e02 commit 02ad940
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/chat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ watch([() => appState.isSimulateTyping, appState.messages], () => {
}
textarea {
flex: 1;
min-width: 0;
font-family: var(--body-font);
font-size: 120%;
}
Expand Down

0 comments on commit 02ad940

Please sign in to comment.