Skip to content

Commit

Permalink
Merge pull request #1621 from thostetler/fix-checkbox-spacing
Browse files Browse the repository at this point in the history
Fix Checkbox Column
  • Loading branch information
thostetler authored Oct 22, 2018
2 parents 8b1535e + cca204c commit a24db7d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/js/widgets/results/templates/container-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
<input title="select all on this page" type="checkbox" id="select-all-docs"/>
</div>

<div class="col-xs-12">


<div class="col-xs-11">
<div class="s-show-details-container">
{{#if showHighlights}}
{{#compare showHighlights "open"}}
Expand All @@ -32,17 +30,12 @@
<button class="btn btn-sm btn-inverse btn-primary toggle-make-space">Hide Sidebars</button>
{{/if}}
</div>

</div>

</div>

</div>

<div class="row">
<h2 class="sr-only">Search Results</h2>


{{#if title}}
<div class="col-sm-12">
<h2 class="s-article-title">{{{title}}}</h2>
Expand Down

0 comments on commit a24db7d

Please sign in to comment.