Fix layout in project page

This commit is contained in:
Buu Nguyen 2018-02-07 20:56:59 -08:00
parent bd8122dd8e
commit 611da91476
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ const GH_RESERVED_USER_NAMES = [
const GH_RESERVED_REPO_NAMES = ['followers', 'following', 'repositories']
const GH_404_SEL = '#parallax_wrapper'
const GH_PJAX_CONTAINER_SEL = '#js-repo-pjax-container, .context-loader-container, [data-pjax-container]'
const GH_CONTAINERS = '.container, .container-responsive'
const GH_CONTAINERS = '.container, .container-lg, .container-responsive'
const GH_RAW_CONTENT = 'body > pre'
class GitHub extends PjaxAdapter {