Skip to content

Commit c6e7ae6

Browse files
committed
Vertical align on empty label
1 parent e0f24c2 commit c6e7ae6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

awesome-bootstrap-checkbox.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ $font-family-icon: 'FontAwesome' !default;
2222

2323
label{
2424
display: inline-block;
25+
vertical-align: middle;
2526
position: relative;
2627
padding-left: 5px;
2728

@@ -124,6 +125,7 @@ $font-family-icon: 'FontAwesome' !default;
124125

125126
label{
126127
display: inline-block;
128+
vertical-align: middle;
127129
position: relative;
128130
padding-left: 5px;
129131

0 commit comments

Comments
 (0)