Skip to content

Commit

Permalink
Fix header enviroment label layout on mobile
Browse files Browse the repository at this point in the history
Currently headers with envirobment label on mobile overlap the menu
button if it exists.

This is caused by `white-space: nowrap;` on the `.gem-c-header__logo`.

This property doesn't exist in the GOV.UK Design system code and
removing doesn't look to cause any issues.

Fixes #1029
  • Loading branch information
kr8n3r committed Nov 29, 2019
1 parent 56a0437 commit 1602285
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
}

.gem-c-header__logo {
white-space: nowrap;
width: auto;
}

Expand Down

0 comments on commit 1602285

Please sign in to comment.