Skip to content

Commit 6d509ad

Browse files
author
Mykola Ptushchuk
committed
Add height and vertical align to range input
1 parent 8385c5b commit 6d509ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scss/_base_forms-range.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
border-radius: $track-radius;
1818
margin: ($spv--small - $track-height * 0.5) 0;
1919
padding: 0;
20+
height: $track-height;
21+
vertical-align: bottom;
2022
width: 100%;
2123

2224
// Chrome

0 commit comments

Comments
 (0)