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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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