Reputation: 377
I'm trying to style an email input with the button inside the input box.
I can style it by writing a bunch of css that overrides bootstrap css, but was wondering if there was a way to keep within bootstrap conventions.
Upvotes: 0
Views: 20
Reputation: 573
Consider that if you do it that way your text will go behind the button.
Have a look at bootstrap input groups. It should give you an idea on how to do it.
https://getbootstrap.com/docs/3.3/components/#input-groups
Upvotes: 1