Skip to content

Commit

Permalink
Fix board sizing in hold filter
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeryfertitta committed Dec 24, 2023
1 parent 2998cf4 commit 94897a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion climbdex/templates/filterSelection.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
<input type="hidden" name="{{param_name}}" value="{{param_value}}" />
{% endfor %}
<div class="collapse" id="div-hold-filter">
<svg class="vh-100" id="svg-hold-filter" viewbox="0 0 0 0" xmlns="http://www.w3.org/2000/svg"></svg>
<svg class="vh-100 mw-100" id="svg-hold-filter" viewbox="0 0 0 0"
xmlns="http://www.w3.org/2000/svg"></svg>
<div class="input-group mb-3 d-grid gap-2">
<button class="btn btn-warning" type="button" id="button-reset-hold-filter">Reset Hold
Filter</button>
Expand Down

0 comments on commit 94897a2

Please sign in to comment.