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 121b151 commit 423b720Copy full SHA for 423b720
src/bootstrap-slider.js
@@ -34,6 +34,8 @@ function init(Survey) {
34
});
35
},
36
afterRender: function(question, el) {
37
+ el.style.paddingTop = '20px';
38
+ el.style.paddingBottom = '17px';
39
var inputEl = document.createElement("input");
40
inputEl.id = question.id;
41
inputEl.type = "text";
0 commit comments