From 9213291c6792b00cc3dd0f805c9b1c4621843134 Mon Sep 17 00:00:00 2001 From: Novout Date: Mon, 4 Oct 2021 10:46:51 -0300 Subject: [PATCH] style(editor): addon correct position --- src/components/editor/entity/EditorEntityShowPopover.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/editor/entity/EditorEntityShowPopover.vue b/src/components/editor/entity/EditorEntityShowPopover.vue index c1562675a..83d656263 100644 --- a/src/components/editor/entity/EditorEntityShowPopover.vue +++ b/src/components/editor/entity/EditorEntityShowPopover.vue @@ -10,6 +10,8 @@ dark:text-gray-500 " :class="[ + props.entity.type === 'page-break' ? 'top-3' : '', + props.entity.type === 'line-break' ? 'top-3' : '', props.entity.type === 'paragraph' ? 'top-0.5' : '', props.entity.type === 'heading-two' ? 'top-12' : '', props.entity.type === 'heading-three' ? 'top-8' : '',