Skip to content

Commit

Permalink
style(editor): addon correct position
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Oct 4, 2021
1 parent beb679b commit 9213291
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/editor/entity/EditorEntityShowPopover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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' : '',
Expand Down

0 comments on commit 9213291

Please sign in to comment.