Skip to content

Commit

Permalink
Adjust docedit container height
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinke committed Dec 20, 2024
1 parent 585e3b0 commit a819486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/src/app/components/docedit/core/edit-form.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#document-edit-wrapper {
main {
.container-fluid {
height: calc(100vh - 154px);
height: calc(100vh - 153px);

.row {
height: 100%;
Expand Down

0 comments on commit a819486

Please sign in to comment.