Skip to content

Commit

Permalink
Closes #368: Wrap Autocomplete and checkbox in span and pad.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marina Samuel committed May 25, 2018
1 parent 8e16afc commit 1dc4e23
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions client/app/pages/queries/query.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,10 @@ <h3>
<button type="button" class="btn btn-default btn-s pull-right" ng-click="formatQuery()" title="Format">
<span class="zmdi zmdi-format-indent-increase"></span>
</button>
<input type="checkbox" ng-model="autocompleteQuery">
<span class="fa fa-magic"></span> Autocomplete
<span class="p-5 di-block">
<input type="checkbox" ng-model="autocompleteQuery">
<span class="fa fa-magic"></span> Autocomplete
</span>
</label>
</p>

Expand Down

0 comments on commit 1dc4e23

Please sign in to comment.