Skip to content

Commit

Permalink
Merge pull request #2498 from bronzehedwick/patch-2
Browse files Browse the repository at this point in the history
Remove height clobbering for chosen-choices
  • Loading branch information
tjschuck committed Feb 24, 2016
2 parents 66ee36d + 417abb7 commit 2a90659
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sass/chosen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,7 @@ $chosen-sprite-retina: image-url('chosen-sprite@2x.png') !default;
margin: 0;
padding: 0 5px;
width: 100%;
height: auto !important;
height: 1%;
height: auto;
border: 1px solid #aaa;
background-color: #fff;
@include background-image(linear-gradient(#eee 1%, #fff 15%));
Expand Down

0 comments on commit 2a90659

Please # to comment.