Skip to content

Commit

Permalink
repo sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Octomerger authored Dec 19, 2020
2 parents bcd621e + 90fa71c commit 807ae18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions stylesheets/search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion tests/browser/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 807ae18

Please sign in to comment.