Bootstrap: align input with button

前端 未结 12 679
栀梦
栀梦 2020-11-28 17:21

Why don\'t buttons and inputs align well in Bootstrap?

I tried something simple like:

12条回答
  •  被撕碎了的回忆
    2020-11-28 18:02

    you may use the input-group button property to apply the button direct to the input-field.

    Bootstrap 3 & 4

    Take a look at BS4 Input-Group doc for many more examples.

    example for bs3 input group button

提交回复
热议问题