Skip to content

Commit

Permalink
Merge pull request #6418 from nextcloud/backport/6088/stable28
Browse files Browse the repository at this point in the history
[stable28] Fix: incorrect height of editing windows and edit bar
  • Loading branch information
pierreozoux authored Oct 17, 2024
2 parents 6ec5df8 + f9f0272 commit f1605e1
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 @@ -225,7 +225,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 f1605e1

Please sign in to comment.