fix: Missing spacing in adhoc filters popover (#22346)

This commit is contained in:
Kamil Gabryjelski
2022-12-07 08:37:03 +01:00
committed by GitHub
parent d1294a06e6
commit 3a4131ffc7

View File

@@ -70,7 +70,7 @@ export const StyledSelect = styled(AntdSelect, {
min-width: 0px;
}
`
}
};
`}
`;