diff --git a/frontend/src/components/input/editor/EditorToolbar.vue b/frontend/src/components/input/editor/EditorToolbar.vue index b4d7bcbbe..0ef26c752 100644 --- a/frontend/src/components/input/editor/EditorToolbar.vue +++ b/frontend/src/components/input/editor/EditorToolbar.vue @@ -395,6 +395,7 @@ function setLink(event: MouseEvent) { border-radius: $radius; display: flex; flex-wrap: wrap; + margin-block-end: 3px; > * + * { border-inline-start: 1px solid var(--grey-200); diff --git a/frontend/src/components/input/editor/TipTap.vue b/frontend/src/components/input/editor/TipTap.vue index 3aef2de87..ac5249af2 100644 --- a/frontend/src/components/input/editor/TipTap.vue +++ b/frontend/src/components/input/editor/TipTap.vue @@ -915,6 +915,7 @@ watch( &.tiptap__editor-is-edit-enabled { min-block-size: 10rem; + border: 1px solid var(--grey-200); .ProseMirror { padding: .5rem;