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; 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'