Skip to content

Commit

Permalink
fix: Remove minimum height to only use needed space
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliushaertl authored and backportbot-nextcloud[bot] committed Nov 23, 2023
1 parent 988c569 commit 42d0763
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/RichWorkspace.vue
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ export default {
transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
z-index: 61;
position: relative;
min-height: 30vh;
}
.rich-workspace--preview {
Expand Down

0 comments on commit 42d0763

Please sign in to comment.