Skip to content
This repository has been archived by the owner on Oct 27, 2018. It is now read-only.

Commit

Permalink
Merge pull request #37 from hernandev/master
Browse files Browse the repository at this point in the history
Fix division on less
  • Loading branch information
alxlit committed Oct 16, 2014
2 parents d7a42f9 + 21cc1e6 commit 5f3abdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-chosen.less
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
height: 10px;
position: absolute;
right: 26px;
top: (@chosen-height - 10px) / 2;
top: ((@chosen-height - 10px) / 2);
width: 12px;

&:hover {
Expand Down

0 comments on commit 5f3abdc

Please sign in to comment.