From 7d465ab500d9c964198fe45c644f569e7a7f7266 Mon Sep 17 00:00:00 2001 From: KerollesFathy Date: Thu, 29 Jan 2026 21:02:23 +0000 Subject: [PATCH] fix(calender): align icons with text in bottons --- frappe/public/scss/desk/calendar.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/frappe/public/scss/desk/calendar.scss b/frappe/public/scss/desk/calendar.scss index 810b0e4563..b6b91bb958 100644 --- a/frappe/public/scss/desk/calendar.scss +++ b/frappe/public/scss/desk/calendar.scss @@ -227,3 +227,15 @@ th.fc-col-header-cell { .fc-now-indicator-arrow { display: none !important; } + +#fc-calendar-wrapper .btn { + display: inline-flex; + align-items: center; + gap: 6px; + line-height: 1.4; + + svg { + width: 14px; + height: 14px; + } +}