Skip to content

Commit

Permalink
fix: text editor padding
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Jul 24, 2024
1 parent 911fc50 commit 0300818
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/frontend/src/features/text-editor/TextEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ export const textEditorClassName = css({
h: "100%",
minH: "160px",
maxHeight: "100%",
py: "2",
px: "2",
p: "40px",
fontSize: "13px",
bgColor: "white",
overflowY: "auto",
Expand Down

0 comments on commit 0300818

Please sign in to comment.