Skip to content

Commit

Permalink
Fix doucment editor
Browse files Browse the repository at this point in the history
  • Loading branch information
haxzie committed Apr 23, 2024
1 parent 7aff751 commit 7ceac99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Editors/TipTapEditor/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,10 @@ export default {
.tiptap-editor {
width: 100%;
height: 100%;
min-height: 100%;
max-width: 700px;
margin: 0 auto;
padding: 50px 15px;
overflow: hidden;
background: var(--color-secondary);
.ProseMirror {
Expand Down

0 comments on commit 7ceac99

Please sign in to comment.