We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a51c7d + e5bf246 commit cff8cd3Copy full SHA for cff8cd3
dist/less/selectize.less
@@ -265,7 +265,7 @@
265
position: absolute;
266
top: 50%;
267
right: @selectize-arrow-offset;
268
- margin-top: round(-1 * @selectize-arrow-size / 2);
+ margin-top: round((-1 * @selectize-arrow-size / 2));
269
width: 0;
270
height: 0;
271
border-style: solid;
src/less/selectize.less
@@ -260,7 +260,7 @@
260
261
262
263
264
0 commit comments