Fix content block margin bug

Resolves MS-659 #complete
This commit is contained in:
Ramon Wenger 2023-03-02 16:54:22 +01:00
parent 46574d6375
commit 0b08c1b5d9
1 changed files with 4 additions and 2 deletions

View File

@ -431,7 +431,8 @@ const root = computed(() => {
@include content-box-base; @include content-box-base;
} }
:deep(p) { // todo: re-add :deep() once we re-add scoped
p {
line-height: 1.5; line-height: 1.5;
margin-bottom: 1em; margin-bottom: 1em;
@ -440,7 +441,8 @@ const root = computed(() => {
} }
} }
:deep(.text-block) { // todo: re-add :deep() once we re-add scoped
.text-block {
ul { ul {
@include list-parent; @include list-parent;
} }