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 4574e1e commit 8606f9cCopy full SHA for 8606f9c
src/bootstrap-slider.js
@@ -36,6 +36,7 @@ function init(Survey) {
36
afterRender: function(question, el) {
37
el.style.paddingTop = '20px';
38
el.style.paddingBottom = '17px';
39
+ el.style.paddingLeft = '10px';
40
var inputEl = document.createElement("input");
41
inputEl.id = question.id;
42
inputEl.type = "text";
0 commit comments