Radio Button Styling

0
Is there a reason why the default styling of the Radio Buttons in app are so close together.  It looks perfect in the domain modeler, but seems to have no spacing in app.  Does anyone have any suggestion on how to improve the styling? How it's display in-app   How it's displayed in Modeler  
asked
1 answers
0

Cole,

This issue is not visible in version 6.10.10, so you could have a look at the styling for the radio buttons in that version.

Tested this in IE, FireFox and Chrome.

Specifically look at the classes: 

.radio-inline input[type=radio] and .radio-inline input[type=radio]

I can get the same behavior when changing the first class padding value to greater than -20px

answered