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 d11f721 commit c58fd8eCopy full SHA for c58fd8e
src/nouislider.js
@@ -81,6 +81,7 @@ function init(Survey) {
81
el.style.marginBottom = "60px";
82
if (question.orientation === "vertical") {
83
el.style.height = "250px";
84
+ el.style.marginLeft = "60px";
85
}
86
var slider = noUiSlider.create(el, {
87
start: question.rangeMin <= question.value && question.value <= question.rangeMax ?
0 commit comments