Fix vertical ui-slider

For page http://fezvrasta.github.io/bootstrap-material-design/#slider

Not sure if there was a specific reason why this part of css was commented out, but uncommenting this fixes the vertical sliders
This commit is contained in:
Justin Jeong 2016-04-07 15:56:59 -04:00
parent e90a3e9ee1
commit 2c704d73d3

View File

@ -279,9 +279,9 @@
/*margin-bottom: 20px;*/ /*margin-bottom: 20px;*/
/*}*/ /*}*/
/*#slider .sample2 {*/ #slider .sample2 {
/*height: 150px;*/ height: 150px;
/*}*/ }
/*#slider .sample2 .slider {*/ /*#slider .sample2 .slider {*/
/*margin: 0 40px;*/ /*margin: 0 40px;*/