|
|
@@ -17,10 +17,6 @@
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
-.ant-space-item:has(.ld-filter-field) {
|
|
|
- container: field / inline-size;
|
|
|
-}
|
|
|
-
|
|
|
.ld-filter-field-wrapper {
|
|
|
flex: 1;
|
|
|
width: 0;
|
|
|
@@ -31,6 +27,7 @@
|
|
|
|
|
|
& > .ant-space-item {
|
|
|
width: calc(25% - 16px * 3 / 4);
|
|
|
+ container: field / inline-size;
|
|
|
}
|
|
|
}
|
|
|
|