From 1e76ef7ff260019e9dd227f9ce0697b33601edce Mon Sep 17 00:00:00 2001 From: Sarah Schneider Date: Fri, 18 Dec 2020 18:38:23 -0500 Subject: [PATCH 1/2] replace pageWithSwitcher article with one that does not have a default platform set --- tests/browser/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/browser/browser.js b/tests/browser/browser.js index 2527285477e7..597d301b562c 100644 --- a/tests/browser/browser.js +++ b/tests/browser/browser.js @@ -181,7 +181,7 @@ describe('platform specific content', () => { { name: 'Linux', id: 'linux', ua: 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1' } ] const linuxUserAgent = userAgents[2] - const pageWithSwitcher = 'http://localhost:4001/en/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners' + const pageWithSwitcher = 'http://localhost:4001/en/github/using-git/configuring-git-to-handle-line-endings' const pageWithoutSwitcher = 'http://localhost:4001/en/github/using-git' const pageWithDefaultPlatform = 'http://localhost:4001/en/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service' From ac69fc44c29488f5d6dc98d1b5fb797536306af1 Mon Sep 17 00:00:00 2001 From: Rachael Sewell Date: Fri, 18 Dec 2020 15:52:32 -0800 Subject: [PATCH 2/2] Hide content that overflows in search list (#17066) --- stylesheets/search.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/search.scss b/stylesheets/search.scss index 873da7132804..7bbfcb9f357f 100644 --- a/stylesheets/search.scss +++ b/stylesheets/search.scss @@ -51,6 +51,7 @@ Form and inputs using .ais- prefix gets added by Algolia InstantSearch.js */ .ais-Hits-item { list-style: none; + overflow: hidden; &:hover { background: $blue-000;