From c54fa4f5e0fb2c3c9f5bfc263e2bee02bd3301e2 Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Sat, 2 May 2026 22:50:29 +0200 Subject: [PATCH] Increase margin to 4px --- frontend/src/components/input/editor/EditorToolbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/input/editor/EditorToolbar.vue b/frontend/src/components/input/editor/EditorToolbar.vue index 563d24648..b6a702013 100644 --- a/frontend/src/components/input/editor/EditorToolbar.vue +++ b/frontend/src/components/input/editor/EditorToolbar.vue @@ -395,7 +395,7 @@ function setLink(event: MouseEvent) { border-radius: $radius; display: flex; flex-wrap: wrap; - margin-block-end: 2px; + margin-block-end: 4px; > * + * { border-inline-start: 1px solid var(--grey-200);