Skip to content

Commit

Permalink
fixed #196
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov committed Jun 10, 2020
1 parent 27b1138 commit aaa5490
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nouislider.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ function init(Survey) {
el.style.paddingBottom = "19px";
el.style.paddingRight = "30px";
el.style.paddingTop = "44px";
el.style.width = "100%";
el = el.children[0];
el.style.marginBottom = "60px";
if(question.orientation === "vertical") {
Expand Down

0 comments on commit aaa5490

Please sign in to comment.