touchpoints icon indicating copy to clipboard operation
touchpoints copied to clipboard

Radio button styling

Open levinmr opened this issue 4 months ago • 0 comments

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: Screenshot 2024-10-07 at 11 02 29 AM

With margin top adjusted:

.fba-modal-dialog .usa-radio__label::before {
  margin-top: 0.35rem;
}
Screenshot 2024-10-07 at 11 03 30 AM

levinmr avatar Oct 07 '24 16:10 levinmr