Skip to content

Commit 228d31a

Browse files
Andrew Telnov (DevExpress)Andrew Telnov (DevExpress)
authored andcommitted
fix a bug with margin in slider widget
1 parent 19b6a83 commit 228d31a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nouislider.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ var widget = {
2020
if(startValue[1] > question.rangeMax) startValue[1] = question.rangeMax;
2121
question.value = startValue;
2222

23+
el.style.marginBottom = "50px";
2324
var slider = noUiSlider.create(el, {
2425
start: startValue,
2526
connect: true,

0 commit comments

Comments
 (0)