Skip to content

Commit

Permalink
fix: remove whitespace at the bottom of select dropdown (#12699)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud authored and villebro committed Jan 25, 2021
1 parent ca0c077 commit c277b84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset-frontend/src/components/Select/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ export const DEFAULT_STYLES: PartialStylesConfig = {
width: auto;
min-width: 100%;
max-width: 80vw;
background: none;
box-shadow: none;
border: 0;
`,
Expand Down

0 comments on commit c277b84

Please sign in to comment.