From 74e4ee340a9204bae1edc7db3d1be8d021a9b7db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20der=20Winden?= Date: Thu, 11 Jul 2024 15:15:40 +0200 Subject: [PATCH] Fixes searchbar breakpoint issue (#20593) Fixes https://linear.app/tryghost/issue/DES-323/settings-has-a-bad-breakpoint-with-search-bar On smaller resolutions, the `X` of the searchbar was overlapping with the `X` of Settings. Setting the right media queries resolved that. --- apps/admin-x-settings/src/components/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/admin-x-settings/src/components/Sidebar.tsx b/apps/admin-x-settings/src/components/Sidebar.tsx index 1105c9c630..08f14de477 100644 --- a/apps/admin-x-settings/src/components/Sidebar.tsx +++ b/apps/admin-x-settings/src/components/Sidebar.tsx @@ -142,7 +142,7 @@ const Sidebar: React.FC = () => { unstyled onChange={updateSearch} /> - {filter ?