From e568027d147458a475121678f5d3192db79d486e Mon Sep 17 00:00:00 2001 From: David Benque Date: Mon, 10 Oct 2022 16:04:23 +0100 Subject: [PATCH] Fix button spacing in event popup --- www/calendar/app-calendar.less | 1 + 1 file changed, 1 insertion(+) diff --git a/www/calendar/app-calendar.less b/www/calendar/app-calendar.less index aca70566a..b5fe52c7e 100644 --- a/www/calendar/app-calendar.less +++ b/www/calendar/app-calendar.less @@ -238,6 +238,7 @@ font-size: 14px; } .tui-full-calendar-section-button { + margin-top: 10px; border: 0; display: flex; align-items: center;