We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7846b commit a3de45bCopy full SHA for a3de45b
css/bootstrap-combobox.css
@@ -4,6 +4,10 @@
4
margin-bottom: 0;
5
vertical-align: top;
6
}
7
+.form-search .combobox-container .input-group-addon,
8
+.form-inline .combobox-container .input-group-addon {
9
+ width: auto;
10
+}
11
.combobox-selected .caret {
12
display: none;
13
less/combobox.less
@@ -4,6 +4,9 @@
display: inline-block;
+ .input-group-addon{
+ }
0 commit comments