From ef839f674dcded3c7098d28ed7d0cda546cc87c5 Mon Sep 17 00:00:00 2001 From: Jesse Yang Date: Sat, 23 Jan 2021 17:10:32 -0800 Subject: [PATCH] fix: remove whitespace at the bottom of select dropdown (#12699) --- superset-frontend/src/components/Select/styles.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/superset-frontend/src/components/Select/styles.tsx b/superset-frontend/src/components/Select/styles.tsx index c9904169b..4776a7262 100644 --- a/superset-frontend/src/components/Select/styles.tsx +++ b/superset-frontend/src/components/Select/styles.tsx @@ -191,6 +191,7 @@ export const DEFAULT_STYLES: PartialStylesConfig = { width: auto; min-width: 100%; max-width: 80vw; + background: none; box-shadow: none; border: 0; `,