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.
This commit is contained in:
Tom Butcher 2026-08-10 02:44:45 +01:00
parent 61041e8391
commit 3a70df3ef7

View File

@ -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 { .simple-date-time-property-filter.ant-tree .ant-tree-switcher-leaf-line:before {
top: -16px; top: -16px !important;
bottom: -24px; bottom: -24px !important;
} }