From 0cef0133a9c711f672b753315ea696e50a2add82 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Mon, 18 May 2026 15:05:54 +0800 Subject: [PATCH] style: expand flatpickr calendar width to accommodate padding and prevent right column clipping --- resources/css/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/css/app.css b/resources/css/app.css index ebd0975..0446a53 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -338,6 +338,7 @@ box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important; background: #ffffff !important; padding: 4px !important; + width: 315.875px !important; } .dark .flatpickr-calendar {