Skip to content

Commit c58fd8e

Browse files
fixed #298
1 parent d11f721 commit c58fd8e

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
@@ -81,6 +81,7 @@ function init(Survey) {
8181
el.style.marginBottom = "60px";
8282
if (question.orientation === "vertical") {
8383
el.style.height = "250px";
84+
el.style.marginLeft = "60px";
8485
}
8586
var slider = noUiSlider.create(el, {
8687
start: question.rangeMin <= question.value && question.value <= question.rangeMax ?

0 commit comments

Comments
 (0)