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 2a29cfe commit 560042cCopy full SHA for 560042c
bower.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ui-select",
3
- "version": "0.0.1",
+ "version": "0.2.0",
4
"homepage": "https://github.com/angular-ui/ui-select",
5
"authors": [
6
"AngularUI"
dist/select.css
@@ -29,7 +29,7 @@
29
}
30
31
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
32
- border-radius: 4px; /* FIXME hardcoded value :-/ */
+ border-radius: 4px; /* FIXME hardcoded value :-/ */
33
border-top-right-radius: 0;
34
border-bottom-right-radius: 0;
35
@@ -40,9 +40,9 @@
40
41
42
.ui-select-bootstrap > .ui-select-match > .caret {
43
- top: 45%;
44
position: absolute;
45
- right: 17px;
+ top: 45%;
+ right: 15px;
46
47
48
.ui-select-bootstrap > .ui-select-choices {
0 commit comments