File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2571,6 +2571,7 @@ input[type="range"] {
2571
2571
-moz-flex : 0 1 24px ;
2572
2572
-ms-flex : 0 1 24px ;
2573
2573
flex : 0 1 24px ;
2574
+ display : block;
2574
2575
font-size : 24px ;
2575
2576
min-width : 24px ;
2576
2577
text-align : center; }
@@ -2582,6 +2583,7 @@ input[type="range"] {
2582
2583
-moz-flex : 0 1 272px ;
2583
2584
-ms-flex : 0 1 272px ;
2584
2585
flex : 0 1 272px ;
2586
+ display : block;
2585
2587
margin-left : 10px ;
2586
2588
margin-right : 10px ;
2587
2589
width : 100% ;
Original file line number Diff line number Diff line change @@ -73,13 +73,15 @@ input[type="range"] {
73
73
74
74
.range .icon {
75
75
@include flex (0 , 1 , $range-icon-size );
76
+ display : block ;
76
77
font-size : $range-icon-size ;
77
78
min-width : $range-icon-size ;
78
79
text-align : center ;
79
80
}
80
81
81
82
.range input {
82
83
@include flex (0 , 1 , $range-max-width - ($range-icon-size * 2 ));
84
+ display : block ;
83
85
margin-left : 10px ;
84
86
margin-right : 10px ;
85
87
width : 100% ;
You can’t perform that action at this time.
0 commit comments