Skip to content

Commit

Permalink
Merge pull request #6093 from nextcloud/backport/6088/stable29
Browse files Browse the repository at this point in the history
[stable29] Fix: incorrect height of editing windows and edit bar
  • Loading branch information
juliusknorr authored Jul 12, 2024
2 parents 2cb59ea + 3d22028 commit d843e1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/card/CardSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ section.app-sidebar__tab--active {
right: 0;
max-width: calc(100% - #{$modal-padding * 2});
padding: 0 14px;
height: auto;
height: 100%;
overflow: initial;
user-select: text;
-webkit-user-select: text;
Expand Down
2 changes: 1 addition & 1 deletion src/components/card/Description.vue
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,6 @@ h5 {
}

.modal__card .description__text .text-menubar {
top: 142px !important;
top: 0;
}
</style>

0 comments on commit d843e1c

Please sign in to comment.