Skip to content

Commit 807ae18

Browse files
authored
repo sync
2 parents bcd621e + 90fa71c commit 807ae18

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

stylesheets/search.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Form and inputs using .ais- prefix gets added by Algolia InstantSearch.js */
5151

5252
.ais-Hits-item {
5353
list-style: none;
54+
overflow: hidden;
5455

5556
&:hover {
5657
background: $blue-000;

tests/browser/browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ describe('platform specific content', () => {
181181
{ name: 'Linux', id: 'linux', ua: 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1' }
182182
]
183183
const linuxUserAgent = userAgents[2]
184-
const pageWithSwitcher = 'http://localhost:4001/en/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners'
184+
const pageWithSwitcher = 'http://localhost:4001/en/github/using-git/configuring-git-to-handle-line-endings'
185185
const pageWithoutSwitcher = 'http://localhost:4001/en/github/using-git'
186186
const pageWithDefaultPlatform = 'http://localhost:4001/en/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service'
187187

0 commit comments

Comments
 (0)