Skip to content

Commit

Permalink
fix visualize modal checkbox alignment
Browse files Browse the repository at this point in the history
in Visualize Modal, table headers are left-aligned. So columns checkboxes should also be left-aligned.
  • Loading branch information
Grace Guo committed Jun 3, 2017
1 parent 0d3f57a commit 123aff0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions superset/assets/stylesheets/superset.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,7 @@ div.widget .slice_container {
.table-condensed {
font-size: 12px;
}

.table-condensed input[type="checkbox"] {
float: left;
}

0 comments on commit 123aff0

Please sign in to comment.