We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75bcda4 + da21355 commit c5f33b5Copy full SHA for c5f33b5
public/selectric.css
@@ -42,6 +42,7 @@
42
top: 0;
43
width: 38px;
44
height: 38px;
45
+ line-height: 38px;
46
background-color: #F8f8f8;
47
color: #BBB;
48
text-align: center;
src/selectric.scss
@@ -46,6 +46,7 @@ $selectric-font-size: 12px !default;
width: $selectric-inner-height;
height: $selectric-inner-height;
49
+ line-height: $selectric-inner-height;
50
background-color: $selectric-btn-bg-color;
51
color: $selectric-secondary-color;
52
0 commit comments