fix: Margin top for child table index checkboxes
This commit is contained in:
parent
547bd77c20
commit
19ff07b53b
1 changed files with 4 additions and 0 deletions
|
|
@ -789,6 +789,10 @@ li.user-progress {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.row-index input[type=checkbox] {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
@checkbox-height: 14px;
|
||||
|
||||
// custom font awesome checkbox
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue