You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2021/01/25 13:12:13 UTC

[superset] 37/38: fix: remove whitespace at the bottom of select dropdown (#12699)

This is an automated email from the ASF dual-hosted git repository.

villebro pushed a commit to branch 1.0
in repository https://gitbox.apache.org/repos/asf/superset.git

commit c277b8466cc420d5dacfb6207c1a7dbae377f6b5
Author: Jesse Yang <je...@airbnb.com>
AuthorDate: Sat Jan 23 17:10:32 2021 -0800

    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 c990416..4776a72 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;
     `,