I have very simple example with bootstrap here:
<div class="col-sm-12">
<div class="col-sm-12">
<div class="col-sm-2">
<input class="form-control" placeholder="Last name, first name" />
</div>
<div class="col-sm-1">
<button class="btn btn-success btn-block">Search</button>
</div>
</div>
</div>
Input and button should be side by side (like it's always used to be) - but it's not. Input is at the top of button (see photo below). What has happened with bootstrap col classes?