mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-11 08:04:59 +02:00
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:
@@ -1163,7 +1163,7 @@ base_url: "../"
|
|||||||
|
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="text" class="form-control">
|
<input type="text" class="form-control">
|
||||||
<div class="input-group-btn btn-group">
|
<div class="input-group-btn">
|
||||||
<!-- Button and dropdown menu -->
|
<!-- Button and dropdown menu -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user