Skip to content

Commit

Permalink
Fixing filter_box css padding (#2498)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 28, 2017
1 parent f3cdb3b commit 56f2885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/assets/visualizations/filter_box.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ul.select2-results div.filter_box{
border-width: 1px;
border-color: transparent;
}
.filter_box .slice_container {
.filter_box.slice_container {
padding: 10px;
overflow: visible !important;
}
Expand Down

0 comments on commit 56f2885

Please sign in to comment.