From b2163321159d4f027cc9c6c3ae657c09cca0bb35 Mon Sep 17 00:00:00 2001 From: Jesse Yang Date: Fri, 22 Jan 2021 14:45:07 -0800 Subject: [PATCH] fix: remove whitespace at the bottom of select dropdown --- 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 c9904169b72c..4776a72620e7 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; `,