touchpoints
touchpoints copied to clipboard
Radio button styling
I implemented a form with two radio button options. The radio button and it's label do not line up vertically quite right, and I believe this issue is caused by the touchpoints custom CSS. I have suggestion to update the touchpoints CSS around this. See below
Current implementation:
With margin top adjusted:
.fba-modal-dialog .usa-radio__label::before {
margin-top: 0.35rem;
}