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

Commit 8541dd1

Browse files
committed
Merge pull request #672 from angular-ui/fix-bootstrap-shadow
fix(bootstrap): reduce caret height to avoid wrong shadow
2 parents 7c38698 + 2d675bb commit 8541dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/select.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
.ui-select-bootstrap .ui-select-toggle > .caret {
8383
position: absolute;
84-
height: 100%;
84+
height: 10px;
8585
top: 50%;
8686
right: 10px;
8787
margin-top: -2px;

0 commit comments

Comments
 (0)