From a5d8381bba3c48c281759af005f8f091d0bcf003 Mon Sep 17 00:00:00 2001 From: Ryan Christian Date: Wed, 11 Jun 2025 17:12:16 -0500 Subject: [PATCH] fix: Bad wrapping of i18n header links --- src/components/header/style.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/header/style.module.css b/src/components/header/style.module.css index 4c9e55a1d..1b366c27d 100644 --- a/src/components/header/style.module.css +++ b/src/components/header/style.module.css @@ -121,6 +121,7 @@ cursor: pointer; vertical-align: top; appearance: none; + white-space: nowrap; @media (max-width: /* --header-mobile-breakpoint */ 50rem) { min-width: 100px;