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:
parent
61041e8391
commit
3a70df3ef7
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user