diff --git a/client/src/components/ContentBlock.vue b/client/src/components/ContentBlock.vue index 02862171..9cc6bd6b 100644 --- a/client/src/components/ContentBlock.vue +++ b/client/src/components/ContentBlock.vue @@ -426,7 +426,8 @@ const root = computed(() => { @include content-box-base; } - :deep(p) { + // todo: re-add :deep() once we re-add scoped + p { line-height: 1.5; margin-bottom: 1em; @@ -435,7 +436,8 @@ const root = computed(() => { } } - :deep(.text-block) { + // todo: re-add :deep() once we re-add scoped + .text-block { ul { @include list-parent; } diff --git a/client/src/components/ui/file-upload/FileUpload.vue b/client/src/components/ui/file-upload/FileUpload.vue index 620f8706..7b254e4c 100644 --- a/client/src/components/ui/file-upload/FileUpload.vue +++ b/client/src/components/ui/file-upload/FileUpload.vue @@ -19,9 +19,9 @@