Skip to content

Commit e9a37c0

Browse files
committed
Merge pull request #132 from wiserstudios/master
Fix Bootstrap 3.0 Inline Form Styling Bug
2 parents c18cf53 + 34fa0b5 commit e9a37c0

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,12 @@ When activating the plugin, you may include an object containing options for the
4949

5050
## Live Example
5151

52+
### Bootstrap 2.0 Version
5253
http://dl.dropbox.com/u/21368/bootstrap-combobox/index.html
5354

55+
### Bootstrap 3.0 Version
56+
http://bootstrap-combobox-test.herokuapp.com/
57+
5458
## License
5559

5660
Licensed under the Apache License, Version 2.0

css/bootstrap-combobox.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
margin-bottom: 0;
55
vertical-align: top;
66
}
7+
.form-search .combobox-container .input-group-addon,
8+
.form-inline .combobox-container .input-group-addon {
9+
width: auto;
10+
}
711
.combobox-selected .caret {
812
display: none;
913
}

less/combobox.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
display: inline-block;
55
margin-bottom: 0;
66
vertical-align: top;
7+
.input-group-addon{
8+
width: auto;
9+
}
710
}
811
}
912

0 commit comments

Comments
 (0)