How to make

后端 未结 12 1244
日久生厌
日久生厌 2020-12-12 15:37

I am creating a registration form for a website. I want each label and its corresponding input element to appear on the same line.

Here\'s my code:

12条回答
  •  旧巷少年郎
    2020-12-12 16:35

    For Bootstrap 4 it could be done with class="form-group" style="display: flex"

提交回复
热议问题