Skip to content

Commit 8606f9c

Browse files
author
Dmitry Kuzin (DevExpress)
committed
Fix padding left for bootstrap slider
1 parent 4574e1e commit 8606f9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap-slider.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ function init(Survey) {
3636
afterRender: function(question, el) {
3737
el.style.paddingTop = '20px';
3838
el.style.paddingBottom = '17px';
39+
el.style.paddingLeft = '10px';
3940
var inputEl = document.createElement("input");
4041
inputEl.id = question.id;
4142
inputEl.type = "text";

0 commit comments

Comments
 (0)