Skip to content

Commit

Permalink
Merge pull request #1234 from nextcloud/bugfix-1232-take-away-extra-p…
Browse files Browse the repository at this point in the history
…lace-for-rows

fix(files): remove unneeded extra place for the rows
  • Loading branch information
JuliaKirschenheuter authored Jul 26, 2024
2 parents a617215 + 7914f10 commit fd06b7c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/shared/components/ncTable/sections/CustomTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,14 @@ export default {
}
}
:deep(.text-editor__wrapper .paragraph-content:last-child) {
margin-bottom: 0!important;
}
:deep(.text-editor__wrapper .ProseMirror > *:first-child) {
margin-top: 0!important;
}
.selected-page{
padding-left: 5px;
Expand Down

0 comments on commit fd06b7c

Please sign in to comment.