Skip to content

Commit

Permalink
FIX-315: Numerical filter label display
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlin047 committed Jan 5, 2021
1 parent 49e65f9 commit 19e76a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/qgrid.sliderfilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class SliderFilter extends filter_base.FilterBase {
<i class='fa fa-times icon-remove close-button'></i>
</h3>
<div class='dropdown-body'>
<div class='slider-range'/>
<div class='slider-range'></div>
<span class='slider-label'>
<span class='min-value'>0</span>
<span class='range-separator'>-</span>
Expand Down

0 comments on commit 19e76a1

Please sign in to comment.