Add margin to separate radio buttons and checkboxes from their labels
This commit is contained in:
parent
16c876569f
commit
b7d0f8f992
@ -157,6 +157,14 @@
|
|||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:is(.xfaRight) > :is(.xfaRadio, .xfaCheckbox) {
|
||||||
|
margin-right: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
:is(.xfaLeft) > :is(.xfaRadio, .xfaCheckbox) {
|
||||||
|
margin-left: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
.xfaTop {
|
.xfaTop {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user