Skip to content

Commit

Permalink
fix(css): Don't limit editor height in print view
Browse files Browse the repository at this point in the history
Fixes: #4536

Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Nov 29, 2023
1 parent 280948b commit 035f5cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/css/print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
}

.text-editor {
height: fit-content!important;

.text-menubar {
// Hide menu bar
display: none!important;
Expand Down

0 comments on commit 035f5cc

Please sign in to comment.