Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit bb48d35

Browse files
committed
Cleanup select.css
1 parent bef4800 commit bb48d35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/select.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030

3131
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
32-
border-radius: 4px; /* FIXME hardcoded value :-/ */
32+
border-radius: 4px; /* FIXME hardcoded value :-/ */
3333
border-top-right-radius: 0;
3434
border-bottom-right-radius: 0;
3535
}
@@ -40,9 +40,9 @@
4040
}
4141

4242
.ui-select-bootstrap > .ui-select-match > .caret {
43-
top: 45%;
4443
position: absolute;
45-
right: 17px;
44+
top: 45%;
45+
right: 15px;
4646
}
4747

4848
.ui-select-bootstrap > .ui-select-choices {

0 commit comments

Comments
 (0)