Open noahgibbs opened 11 months ago
hey @noahgibbs Do you mean to say that we need to increase the space between buttons and text?
For me, the buttons literally cover the whole first word. So yes, but most importantly, by default the buttons should not be on top of the text. It's probably some kind of a simple CSS or Bootstrap issue.
Something that may help... there are demo pages for Bootswatch themes, including Sketchy, the one we use by default with Tiranti. https://bootswatch.com/sketchy/
You can search for "radio button" on that page. They're using the same CSS classes and styles there, and they're working. So presumably part of our problem is that we're not doing the right thing from that page.
For instance if you run:
This is what I see:
The buttons aren't correctly keeping the text from overlapping them. This is probably a matter of generating correct Bootstrap markup. It should be separate from the problem in issue #383 -- this one is (I think) just a markup issue. But the radio buttons won't group correctly until that issue is fixed anyway.
I normally check the Bootswatch theme sample sites for markup (https://bootswatch.com/sketchy/). Looks like for radio buttons we want something like their example: