diff --git a/src/Collectives.vue b/src/Collectives.vue index 20f5d9ff9..c70b6cee5 100644 --- a/src/Collectives.vue +++ b/src/Collectives.vue @@ -169,6 +169,13 @@ export default { #content-vue { display: block !important; } + + #text-wrapper #text div.ProseMirror { + margin-top: 0; + margin-bottom: 0; + padding-top: 0; + padding-bottom: 0; + } } /* Align toggle with page list header bar */ diff --git a/src/components/PagePrint.vue b/src/components/PagePrint.vue index a1fcb1287..0197c8da0 100644 --- a/src/components/PagePrint.vue +++ b/src/components/PagePrint.vue @@ -118,6 +118,9 @@ export default { } :deep(#read-only-editor div.ProseMirror) { - margin-top: revert; + margin-top: 0; + margin-bottom: 0; + padding-top: 0; + padding-bottom: 0; }