Skip to content

Commit

Permalink
fix(files): remove unneeded extra place for the rows
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <[email protected]>
  • Loading branch information
JuliaKirschenheuter committed Jul 26, 2024
1 parent 2a27c9d commit 7914f10
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 7914f10

Please sign in to comment.