Skip to content

Commit

Permalink
editor content overflow fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
DogukanUrker committed Dec 28, 2023
1 parent 2c79769 commit 025563d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions static/css/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,14 @@
.note-modal-content * {
color: black !important;
}

.note-editor {
width: 45rem;
margin: auto;
}

@media screen and (max-width: 900px) {
.note-editor {
width: 90%;
}
}

0 comments on commit 025563d

Please sign in to comment.