Lining up labels with radio buttons in bootstrap

后端 未结 7 817
忘掉有多难
忘掉有多难 2020-12-23 19:07

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\

相关标签:
7条回答
  • 2020-12-23 19:52

    Best is to just Apply margin-top: 2px on the input element.

    Bootstrap adds a margin-top: 4px to input element causing radio button to move down than the content.

    0 讨论(0)
提交回复
热议问题