From 058b443afdcfb1e3dc9265e4ee091a2c82901697 Mon Sep 17 00:00:00 2001 From: Colin Rotherham Date: Thu, 16 Nov 2023 14:22:21 +0000 Subject: [PATCH] Fix header link media query to match wrapped product name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The link was given `display: inline` at tablet sizes but the product name doesn’t wrap until desktop: https://github.com/alphagov/govuk-frontend/pull/2549 --- packages/govuk-frontend/src/govuk/components/header/_index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/govuk-frontend/src/govuk/components/header/_index.scss b/packages/govuk-frontend/src/govuk/components/header/_index.scss index abd48a6dbb..0d1acf8233 100644 --- a/packages/govuk-frontend/src/govuk/components/header/_index.scss +++ b/packages/govuk-frontend/src/govuk/components/header/_index.scss @@ -115,7 +115,7 @@ margin-right: govuk-spacing(2); font-size: 30px; // We don't have a mixin that produces 30px font size - @include govuk-media-query($from: tablet) { + @include govuk-media-query($from: desktop) { display: inline; &:focus {