Skip to content

Commit

Permalink
fix: Make loading of rich workspace pixel perfect
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr authored and backportbot-nextcloud[bot] committed Nov 23, 2023
1 parent cc4da6e commit 988c569
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/RichWorkspace.vue
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,10 @@ export default {
.rich-workspace--preview {
margin-top: 44px;
&:deep(div[contenteditable='false']) {
margin: 0;
}
}
/* For subfolders, where there are no Recommendations */
Expand Down

0 comments on commit 988c569

Please sign in to comment.