From 3a70df3ef75d58b30409c083c33bb83bb29501a2 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Mon, 10 Aug 2026 02:44:45 +0100 Subject: [PATCH] Update SimpleDateTimePropertyFilter styles to enforce layout consistency - Added !important to top and bottom properties for the tree switcher line in the SimpleDateTimePropertyFilter component, ensuring consistent rendering across different contexts. --- assets/stylesheets/App.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/stylesheets/App.css b/assets/stylesheets/App.css index 083b569..5232598 100644 --- a/assets/stylesheets/App.css +++ b/assets/stylesheets/App.css @@ -1127,6 +1127,6 @@ span.ant-skeleton-input.ant-skeleton-input-sm.text-skeleton { } .simple-date-time-property-filter.ant-tree .ant-tree-switcher-leaf-line:before { - top: -16px; - bottom: -24px; + top: -16px !important; + bottom: -24px !important; }