diff --git a/client/src/components/content-block-form/ContentElement.vue b/client/src/components/content-block-form/ContentElement.vue index 625f9b29..06432b95 100644 --- a/client/src/components/content-block-form/ContentElement.vue +++ b/client/src/components/content-block-form/ContentElement.vue @@ -52,7 +52,7 @@ const ImageForm = () => import(/* webpackChunkName: "content-forms" */'@/components/content-forms/ImageForm'); const DocumentForm = () => import(/* webpackChunkName: "content-forms" */'@/components/content-forms/DocumentForm'); const AssignmentForm = () => import(/* webpackChunkName: "content-forms" */'@/components/content-forms/AssignmentForm'); - const TextForm = () => import(/* webpackChunkName: "content-forms" */'@/components/content-forms/TextForm'); + const TextForm = () => import(/* webpackChunkName: "content-forms" */'@/components/content-forms/TipTap.vue'); const SubtitleForm = () => import(/* webpackChunkName: "content-forms" */'@/components/content-forms/SubtitleForm'); const CHOOSER = 'content-block-element-chooser-widget'; diff --git a/client/src/components/content-forms/TextForm.vue b/client/src/components/content-forms/TextForm.vue index 30750b97..e8ec7762 100644 --- a/client/src/components/content-forms/TextForm.vue +++ b/client/src/components/content-forms/TextForm.vue @@ -1,161 +1,37 @@ - diff --git a/client/src/components/content-forms/TipTap.vue b/client/src/components/content-forms/TipTap.vue index 87d73214..d03402e1 100644 --- a/client/src/components/content-forms/TipTap.vue +++ b/client/src/components/content-forms/TipTap.vue @@ -1,53 +1,70 @@ @@ -95,5 +115,21 @@ @include inputstyle; flex-direction: column; } + + /deep/ ul { + list-style: initial; + } + + /deep/ li { + @include inputfont; + } + + /deep/ div { + @include inputfont; + } + + /deep/ p { + @include inputfont; + } }