Skip to content

Commit bd95ccf

Browse files
committed
Fix for #303.
1 parent f0c394e commit bd95ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/less/selectize.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
position: absolute;
260260
top: 50%;
261261
right: @selectize-arrow-offset;
262-
margin-top: round(-@selectize-arrow-size / 2);
262+
margin-top: round(-1 * @selectize-arrow-size / 2);
263263
width: 0;
264264
height: 0;
265265
border-style: solid;

0 commit comments

Comments
 (0)