fix: Missing spacing in adhoc filters popover (#22346)
This commit is contained in:
parent
d1294a06e6
commit
3a4131ffc7
|
|
@ -70,7 +70,7 @@ export const StyledSelect = styled(AntdSelect, {
|
|||
min-width: 0px;
|
||||
}
|
||||
`
|
||||
}
|
||||
};
|
||||
`}
|
||||
`;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue