Skip to content

Commit

Permalink
Fixes filter scope screen
Browse files Browse the repository at this point in the history
Fixes #32
  • Loading branch information
NejcZdovc committed Apr 16, 2021
1 parent cd67dc6 commit 0a3e18e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions superset/static/blotout.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 0a3e18e

Please sign in to comment.