diff --git a/web/xfa_layer_builder.css b/web/xfa_layer_builder.css index 72009759b..ac8bc0666 100644 --- a/web/xfa_layer_builder.css +++ b/web/xfa_layer_builder.css @@ -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;