parent
46574d6375
commit
0b08c1b5d9
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue