Add margin to separate radio buttons and checkboxes from their labels

This commit is contained in:
Gautam Panakkal 2025-04-03 20:27:40 -07:00 committed by GitHub
parent 16c876569f
commit b7d0f8f992
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -157,6 +157,14 @@
max-height: 100%;
}
:is(.xfaRight) > :is(.xfaRadio, .xfaCheckbox) {
margin-right: 4px;
}
:is(.xfaLeft) > :is(.xfaRadio, .xfaCheckbox) {
margin-left: 4px;
}
.xfaTop {
display: flex;
flex-direction: column;