From 2a6050899888b7687a07c666b62c02b8188b51c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20G=C3=B3is?= Date: Thu, 16 Oct 2025 11:25:11 +0100 Subject: [PATCH] chore: fix search results page in our docs (#10816) https://linear.app/unleash/issue/2-3982/fix-search-results-page-in-our-docs Fixes the search results page in our docs. ### Before image ### After image --- website/src/css/custom.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/website/src/css/custom.css b/website/src/css/custom.css index 924a56fb8f..e9c5b5c7fe 100644 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -689,3 +689,12 @@ html[data-theme="dark"] .footer-separator { } /* end welcome page */ + +/* search results page */ + +.search-page-wrapper main { + flex-direction: column; + background-color: transparent; +} + +/* end search results page */