Skip to content

Commit

Permalink
refactor text insertion presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Oct 1, 2024
1 parent 6f762c0 commit 1b3c080
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/aipane/components/TextInsertion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,14 @@ const useStyles = makeStyles({
textPromptAndInsertion: {
display: "flex",
flexDirection: "column",
alignItems: "center",
alignItems: "center",
gap: "2px",
margin: "10px",
},
textAreaField: {
marginLeft: "1px",
marginTop: "30px",
marginBottom: "20px",
marginRight: "1px",
width: "100%",
},
textAreaBox: {
width: "100%",
height: "27vh",
},
});
Expand Down

0 comments on commit 1b3c080

Please sign in to comment.