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

Commit 529ca4a

Browse files
committed
fix(bootstrap): prevent wrong caret shadow
1 parent f0a574c commit 529ca4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common.css

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

7979
.ui-select-bootstrap .ui-select-toggle > .caret {
8080
position: absolute;
81-
height: 100%;
81+
height: 10px;
8282
top: 50%;
8383
right: 10px;
8484
margin-top: -2px;

0 commit comments

Comments
 (0)