From f2ba9df0f03d8933ffd35301901e3c18ae6ca4bb Mon Sep 17 00:00:00 2001 From: Grigory V Date: Mon, 15 Jul 2024 17:42:53 +0200 Subject: [PATCH] style(EditSimple): add spacing Signed-off-by: Grigory V --- css/global.scss | 4 ++++ src/views/EditSimple.vue | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/css/global.scss b/css/global.scss index 5d6a5e480..4f49d9e13 100644 --- a/css/global.scss +++ b/css/global.scss @@ -12,3 +12,7 @@ overflow-x: hidden; } } + +.app-navigation-spacer { + list-style-type: none; +} diff --git a/src/views/EditSimple.vue b/src/views/EditSimple.vue index 2e074517a..8f24dbb7a 100644 --- a/src/views/EditSimple.vue +++ b/src/views/EditSimple.vue @@ -134,6 +134,8 @@ :calendar-id="calendarId" @close="closeEditorAndSkipAction" /> + +