From d1d24b4a17b07f9717a5ca08ad12df50ae1ea9d2 Mon Sep 17 00:00:00 2001 From: DianaXWiki Date: Mon, 20 Oct 2025 16:35:13 +0300 Subject: [PATCH] Add fix --- www/calendar/app-calendar.less | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/www/calendar/app-calendar.less b/www/calendar/app-calendar.less index 6848f8d4a..cc0d21336 100644 --- a/www/calendar/app-calendar.less +++ b/www/calendar/app-calendar.less @@ -698,7 +698,13 @@ border-radius: @variables_radius; background-color: @cp_sidebar-left-bg; svg { - margin: 0; + margin-right: 0.25rem; + flex-shrink: 0; + } + .cp-calendar-icon, .cp-calendar-actions { + svg { + margin: 0; + } } &:not(.cp-unclickable) { cursor: pointer; @@ -794,6 +800,8 @@ overflow: hidden; text-overflow: ellipsis; padding: 0 5px; + flex: 1; + text-align: center; } } }