diff --git a/superset/assets/stylesheets/superset.css b/superset/assets/stylesheets/superset.css index 61a199040b..4dafda4221 100644 --- a/superset/assets/stylesheets/superset.css +++ b/superset/assets/stylesheets/superset.css @@ -205,3 +205,7 @@ div.widget .slice_container { .table-condensed { font-size: 12px; } + +.table-condensed input[type="checkbox"] { + float: left; +} \ No newline at end of file