fix spacing of checkbox labels
This commit is contained in:
parent
2ad67ca401
commit
be8f5bc8e5
1 changed files with 5 additions and 0 deletions
|
@ -662,6 +662,11 @@ table {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.checkbox-replacement + .label-text,
|
||||||
|
.radio-replacement + .label-text {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.table .checkbox-replacement,
|
.table .checkbox-replacement,
|
||||||
.table .radio-replacement {
|
.table .radio-replacement {
|
||||||
height: 38px;
|
height: 38px;
|
||||||
|
|
Loading…
Reference in a new issue