Skip to content

Commit

Permalink
fix ordering icon in mobile view (#1999)
Browse files Browse the repository at this point in the history
  • Loading branch information
janno42 authored Aug 21, 2023
1 parent 93927dc commit 61d7c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evap/results/templates/results_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h5 class="card-title mb-lg-0">
</label>
<input id="sort-order-desc" class="btn-check" type="radio" name="result-sort-order" value="desc" />
<label class="btn btn-outline-primary btn-lg" for="sort-order-desc">
<span class="fas fa-arrow-up-z-a-alt"></span>
<span class="fas fa-arrow-up-z-a"></span>
</label>
</div>
<select name="result-sort-column" class="form-select no-tomselect">
Expand Down

0 comments on commit 61d7c8f

Please sign in to comment.