I have a Bootstrap form with some inline radio buttons and a label. I\'d like to keep the label on the same line as the buttons, but I can\'t seem to make that happen. Here\
Best is to just Apply margin-top: 2px on the input element.
margin-top: 2px
Bootstrap adds a margin-top: 4px to input element causing radio button to move down than the content.
margin-top: 4px