Skip to content

Commit 7e5f0de

Browse files
committed
Fix styling on empty repository page
1 parent 810e2fa commit 7e5f0de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wide-github.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ if (document.getElementById('js-repo-pjax-container')) {
3838
".repository-content .repo-settings-content .column.main .rule {" +
3939
"clear:none !important;" +
4040
"}" +
41+
".repository-content .empty-repo .rule {" +
42+
"clear:none !important;" +
43+
"}" +
4144
".repository-content .repo-settings-content {" +
4245
"float:none !important;" +
4346
"width:auto !important;" +

0 commit comments

Comments
 (0)