How do I left align these Bootstrap form items?

后端 未结 6 495
無奈伤痛
無奈伤痛 2021-02-03 17:50

I\'m using Bootstrap for the first time, and am having a lot of trouble aligning this form-horizontal to the left.

The list items are horizontal, as they should be, but

6条回答
  •  后悔当初
    2021-02-03 18:21

    I was having the exact same problem. I found the issue within bootstrap.min.css. You need to change the label: label {display:inline-block;} to label {display:block;}

提交回复
热议问题