Skip to content

Commit

Permalink
Cosmetics on dropdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Dec 14, 2015
1 parent 5f6a742 commit 6b069c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion panoramix/static/panoramix.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function initializeDatasourceView() {
return results === null ? "" : decodeURIComponent(results[1].replace(/\+/g, " "));
}

$(".select2").select2();
$(".select2").select2({dropdownAutoWidth : true});
$(".select2Sortable").select2();
$(".select2Sortable").select2Sortable();
$("form").show();
Expand Down
2 changes: 1 addition & 1 deletion panoramix/templates/panoramix/explore.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<i class="fa fa-edit"></i>
</a>
</span>
<span class="">{{ form.get_field("viz_type")(class_="select2") }}</span>
<span>{{ form.get_field("viz_type")(class_="select2") }}</span>
<span class="btn btn-info pull-right"
data-toggle="modal" data-target="#query_modal">query</span>
<hr/>
Expand Down

0 comments on commit 6b069c6

Please sign in to comment.