Skip to content

Commit 423b720

Browse files
author
Dmitry Kuzin (DevExpress)
committed
Fix bootstrap slider
1 parent 121b151 commit 423b720

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bootstrap-slider.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ function init(Survey) {
3434
});
3535
},
3636
afterRender: function(question, el) {
37+
el.style.paddingTop = '20px';
38+
el.style.paddingBottom = '17px';
3739
var inputEl = document.createElement("input");
3840
inputEl.id = question.id;
3941
inputEl.type = "text";

0 commit comments

Comments
 (0)