From 0a3e18e9153c87cb18a63cccd4b5e89cf1567f1d Mon Sep 17 00:00:00 2001 From: NejcZdovc Date: Fri, 18 Dec 2020 07:01:59 +0100 Subject: [PATCH] Fixes filter scope screen Fixes #32 --- superset/static/blotout.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/superset/static/blotout.css b/superset/static/blotout.css index d0f301902b863..6d32847d24f17 100644 --- a/superset/static/blotout.css +++ b/superset/static/blotout.css @@ -117,3 +117,20 @@ body > footer { .dashboard-component-chart-holder .sankey_loop svg.superset-legacy-chart-sankey-loop:last-of-type { display: block; } + +.filter-scope-header { + margin-left: 0; +} + +.filter-scope-container { + margin-right: 0; +} + +.filter-scope-modal .ant-modal { + width: auto !important; + max-width: 1000px; +} + +.filter-scope-container .dashboard-modal-actions-container { + margin: 0; +}