We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b6a83 commit 228d31aCopy full SHA for 228d31a
src/nouislider.js
@@ -20,6 +20,7 @@ var widget = {
20
if(startValue[1] > question.rangeMax) startValue[1] = question.rangeMax;
21
question.value = startValue;
22
23
+ el.style.marginBottom = "50px";
24
var slider = noUiSlider.create(el, {
25
start: startValue,
26
connect: true,
0 commit comments