Skip to content

Commit

Permalink
Merge pull request #275 from ArcBees/jl_263
Browse files Browse the repository at this point in the history
#263 fix dropdown corners radius
  • Loading branch information
jasonlemay committed Oct 5, 2015
2 parents 9dcf44e + 3897624 commit 1a8e10e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,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 1a8e10e

Please # to comment.