Skip to content

Commit fa6de23

Browse files
committed
View One: Fixed checkboxes line height.
1 parent b659344 commit fa6de23

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

less/one.less

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@
4646
.evo-panel-help{
4747
margin-top:5px;
4848
}
49-
50-
5149
.evol-tabs{
5250
margin: 0 10px 10px !important;
5351
>li>a{
@@ -73,6 +71,9 @@
7371
margin-right: 3px;
7472
}
7573
}
74+
input[type="checkbox"]{
75+
height: 30px;
76+
}
7677
> .text-danger{
7778
margin-bottom: 0 !important;
7879
}

0 commit comments

Comments
 (0)