Skip to content

Commit c5f33b5

Browse files
authored
Merge pull request #167 from breadadams/master
Set line-height on .button
2 parents 75bcda4 + da21355 commit c5f33b5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

public/selectric.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
top: 0;
4343
width: 38px;
4444
height: 38px;
45+
line-height: 38px;
4546
background-color: #F8f8f8;
4647
color: #BBB;
4748
text-align: center;

src/selectric.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ $selectric-font-size: 12px !default;
4646
top: 0;
4747
width: $selectric-inner-height;
4848
height: $selectric-inner-height;
49+
line-height: $selectric-inner-height;
4950
background-color: $selectric-btn-bg-color;
5051
color: $selectric-secondary-color;
5152
text-align: center;

0 commit comments

Comments
 (0)