Skip to content

Commit ad2cdf3

Browse files
add line-height to checkbox label::after
1 parent d0bfdad commit ad2cdf3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

awesome-bootstrap-checkbox.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
padding-top: 1px;
3535
font-size: 11px;
3636
color: #555555;
37+
line-height: 1.4;
3738
}
3839
.checkbox input[type="checkbox"],
3940
.checkbox input[type="radio"] {

awesome-bootstrap-checkbox.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
padding-top: 1px;
6969
font-size: 11px;
7070
color: @input-color;
71+
line-height: 1.4;
7172
}
7273
}
7374

awesome-bootstrap-checkbox.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ $check-icon: $fa-var-check !default;
7070
padding-top: 1px;
7171
font-size: 11px;
7272
color: $input-color;
73+
line-height: 1.4;
7374
}
7475
}
7576

0 commit comments

Comments
 (0)