From 091785f88ea73c85a4fd726ad9075092e765b9ea Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Sat, 2 May 2026 22:51:11 +0200 Subject: [PATCH] Use a 3px margin, sweet spot --- 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 b6a702013..0ef26c752 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: 4px; + margin-block-end: 3px; > * + * { border-inline-start: 1px solid var(--grey-200);