Skip to content

Commit

Permalink
fix: editor content height
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicou committed Apr 7, 2023
1 parent 9995e4a commit 73d91ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tiptap-editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@
border: var(--border-width) solid var(--border-normal);
border-radius: var(--border-radius);
transition: border-color var(--fast) var(--transition);
min-height: 300px;
&:hover {
--arrow-color: var(--border-normal-alt);
Expand Down Expand Up @@ -353,6 +352,7 @@
}
&__content {
min-height: 230px;
font-family: var(--family-sans-serif);
font-weight: 400;
margin: var(--input-padding) 0;
Expand Down

0 comments on commit 73d91ae

Please sign in to comment.