From 7875545b8c60fef47bb55053e935d4ef241ac501 Mon Sep 17 00:00:00 2001 From: alex-arc Date: Wed, 9 Sep 2026 13:28:35 +0200 Subject: [PATCH] ui: add slight gap in keyCombo display --- .../features/rundown/entry-editor/EventEditorEmpty.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/features/rundown/entry-editor/EventEditorEmpty.module.scss b/apps/client/src/features/rundown/entry-editor/EventEditorEmpty.module.scss index 47ef5fb36..68d4b8892 100644 --- a/apps/client/src/features/rundown/entry-editor/EventEditorEmpty.module.scss +++ b/apps/client/src/features/rundown/entry-editor/EventEditorEmpty.module.scss @@ -64,7 +64,7 @@ display: inline-flex; align-items: center; flex-wrap: nowrap; - gap: 0.25rem 0; + gap: 0.25rem 0.15rem; } .separator {