File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ Form and inputs using .ais- prefix gets added by Algolia InstantSearch.js */
51
51
52
52
.ais-Hits-item {
53
53
list-style : none ;
54
+ overflow : hidden ;
54
55
55
56
& :hover {
56
57
background : $blue-000 ;
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ describe('platform specific content', () => {
181
181
{ name : 'Linux' , id : 'linux' , ua : 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1' }
182
182
]
183
183
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 '
185
185
const pageWithoutSwitcher = 'http://localhost:4001/en/github/using-git'
186
186
const pageWithDefaultPlatform = 'http://localhost:4001/en/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service'
187
187
You can’t perform that action at this time.
0 commit comments