Skip to content

Commit

Permalink
chore(apps/frontend-manage): fix overflow style on editor field
Browse files Browse the repository at this point in the history
  • Loading branch information
sjschlapbach committed Sep 17, 2024
1 parent ef8ddfe commit 6bb2b9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function EditorField({
...className?.input,
root: twMerge('w-full', className?.input?.root),
editor: twMerge(
'h-16 overflow-x-auto !leading-5',
'h-16 overflow-y-auto !leading-5',
className?.input?.editor
),
content: twMerge('pb-1', className?.input?.content),
Expand Down

0 comments on commit 6bb2b9b

Please sign in to comment.