remove .btn-group
The example doesn't use .btn-group and adding the class causes "bad things to happen," as the saying goes. http://jsfiddle.net/josephtate/g6AWF
This commit is contained in:
parent
68b7998c05
commit
cb2e11ece4
1 changed files with 1 additions and 1 deletions
|
|
@ -1163,7 +1163,7 @@ base_url: "../"
|
|||
|
||||
<div class="input-group">
|
||||
<input type="text" class="form-control">
|
||||
<div class="input-group-btn btn-group">
|
||||
<div class="input-group-btn">
|
||||
<!-- Button and dropdown menu -->
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue