From 70fad4de73f2357741d26975e7648f9cd82f9aa1 Mon Sep 17 00:00:00 2001 From: Micha Date: Fri, 27 Jun 2025 10:38:47 +0200 Subject: [PATCH] style: fix calender topbar width --- src/components/react-big-calendar.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/react-big-calendar.css b/src/components/react-big-calendar.css index ee7afdd..88f3d78 100644 --- a/src/components/react-big-calendar.css +++ b/src/components/react-big-calendar.css @@ -630,6 +630,7 @@ button.rbc-input::-moz-focus-inner { .rbc-label { padding: 0 5px; + width: 54.3542px; } .rbc-day-slot { @@ -809,6 +810,10 @@ button.rbc-input::-moz-focus-inner { -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; + margin-right: 14px; + @media ((hover: none) and (pointer: coarse)) { + margin-right: 0px; + } } .rbc-rtl .rbc-time-header.rbc-overflowing { border-right-width: 0;