diff --git a/src/components/input/editor/EditorToolbar.vue b/src/components/input/editor/EditorToolbar.vue index 2d8fe6a8c..275ea63ca 100644 --- a/src/components/input/editor/EditorToolbar.vue +++ b/src/components/input/editor/EditorToolbar.vue @@ -7,7 +7,10 @@ :class="{ 'is-active': editor.isActive('heading', { level: 1 }) }" v-tooltip="$t('input.editor.heading1')" > - 1 + + + 1 + - 2 + + + 2 + - 3 + + + 3 + @@ -375,51 +384,47 @@ function setLink() {