Skip to content

Commit

Permalink
Merge pull request #3424 from alphagov/remove-select-height-em
Browse files Browse the repository at this point in the history
Remove unnecessary select height adjustment
  • Loading branch information
36degrees authored Jun 5, 2023
2 parents ca04177 + b94d55d commit e30741c
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,3 @@
.gem-c-select__select--full-width {
width: 100%;
}

// Solution to text inside selects becoming unreadable if font size in
// the browser is increased. This is currently a problem in govuk-frontend
.gem-c-select {
.govuk-select {
height: 2.14em;
}
}

0 comments on commit e30741c

Please sign in to comment.