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; +}