We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e5f0de commit debb5c1Copy full SHA for debb5c1
wide-github.js
@@ -77,8 +77,11 @@ if (document.getElementById('js-repo-pjax-container')) {
77
".repository-content .section-heading:after {" +
78
"clear:left !important;" +
79
"}" +
80
+ ".repository-content .user-list .tabnav-widget {" +
81
+ "clear:none !important;" +
82
+ "}" +
83
".repository-content .js-graph-punchcard {" +
84
"max-width:920px !important;" +
85
"}";
86
(document.head || document.documentElement).appendChild(s);
-}
87
+}
0 commit comments