Skip to content

Commit

Permalink
#263 fix dropdown corners radius
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlemay committed Oct 5, 2015
1 parent db130c5 commit 3897624
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
}

.chzn-container-single .chzn-drop {
@mixin borderradius(0, 0, 4px, 4px);
@mixin borderradius(0, 4px, 4px, 0);
@mixin bgclip();
}

Expand Down

0 comments on commit 3897624

Please # to comment.