Skip to content

Commit

Permalink
fix: Missing spacing in adhoc filters popover (#22346)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje committed Dec 7, 2022
1 parent d1294a0 commit 3a4131f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/components/Select/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const StyledSelect = styled(AntdSelect, {
min-width: 0px;
}
`
}
};
`}
`;

Expand Down

0 comments on commit 3a4131f

Please sign in to comment.