Skip to content

Commit

Permalink
Merge pull request #304 from alphagov/fix-select-print-css
Browse files Browse the repository at this point in the history
Fix printing issue with selects on Chrome
  • Loading branch information
phae committed Aug 9, 2013
2 parents 8f2c4d2 + 45acbd6 commit 28cf5fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/assets/stylesheets/core-print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body {
width: 100%;
}

section > header {
main > header {
position: relative;

h1 {
Expand Down Expand Up @@ -138,6 +138,10 @@ article {
}
}

select {
background: white;
}

.contact,
.info-notice,
.help-notice {
Expand Down

0 comments on commit 28cf5fc

Please sign in to comment.