Skip to content

Commit

Permalink
Merge pull request #121 from rstacruz/patch-1
Browse files Browse the repository at this point in the history
Fix choices.css crash with wicked_pdf
  • Loading branch information
jshjohnson authored Mar 1, 2017
2 parents 7de4be2 + 3bca2b2 commit 930f84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/styles/scss/choices.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $choices-keyline-color: #DDDDDD !default;
$choices-primary-color: #00BCD4 !default;
$choices-disabled-color: #eaeaea !default;
$choices-highlight-color: $choices-primary-color !default;
$choices-button-icon-path: '../../icons/' !default;
$choices-button-icon-path: '../../icons' !default;
$choices-button-dimension: 8px !default;
$choices-button-offset: 8px !default;

Expand Down

0 comments on commit 930f84c

Please sign in to comment.