From b333a8ad78f034213e19acb7d6dcf80dabd501be Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Sat, 2 May 2026 22:46:09 +0200 Subject: [PATCH] Add a small margin between toolbar and text area --- frontend/src/components/input/editor/EditorToolbar.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/input/editor/EditorToolbar.vue b/frontend/src/components/input/editor/EditorToolbar.vue index b4d7bcbbe..563d24648 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: 2px; > * + * { border-inline-start: 1px solid var(--grey-200);