Skip to content

Commit b24e7de

Browse files
committed
fix caret position, closes #41
1 parent 11bce74 commit b24e7de

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

angular-dropdowns.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@
205205
height: 0;
206206
position: absolute;
207207
bottom: 100%;
208+
right: 102px;
208209
border-width: 0 6px 6px 6px;
209210
border-style: solid;
210211
border-color: #fff transparent;
@@ -216,7 +217,7 @@
216217
height: 0;
217218
position: absolute;
218219
bottom: 100%;
219-
right: 95px;
220+
right: 100px;
220221
border-width: 0 8px 8px 8px;
221222
border-style: solid;
222223
border-color: rgba(0,0,0,0.1) transparent;

dist/angular-dropdowns.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@
205205
height: 0;
206206
position: absolute;
207207
bottom: 100%;
208+
right: 102px;
208209
border-width: 0 6px 6px 6px;
209210
border-style: solid;
210211
border-color: #fff transparent;
@@ -216,7 +217,7 @@
216217
height: 0;
217218
position: absolute;
218219
bottom: 100%;
219-
right: 95px;
220+
right: 100px;
220221
border-width: 0 8px 8px 8px;
221222
border-style: solid;
222223
border-color: rgba(0,0,0,0.1) transparent;

0 commit comments

Comments
 (0)