File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 */
5151
5252.ais-Hits-item {
5353 list-style : none ;
54+ overflow : hidden ;
5455
5556 & :hover {
5657 background : $blue-000 ;
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments