Merge 9a7c3e727a22c15f5d876daa96984892f5f10599 into ec71e4ed651e659b06a4fa46ef0b18ff9ab2a8c7

This commit is contained in:
Gautam Panakkal 2025-11-24 14:54:01 +01:00 committed by GitHub
commit e4158ba92f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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