Skip to content

Commit

Permalink
Fix clearfix on file header in file view
Browse files Browse the repository at this point in the history
  • Loading branch information
xthexder committed Feb 13, 2014
1 parent a9723d5 commit 8de32a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wide-github.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ if (document.getElementById('js-repo-pjax-container')) {
".repository-content .section-heading:after {" +
"clear:left !important;" +
"}" +
".repository-content .file .meta:after {" +
"clear:left !important;" +
"}" +
".repository-content .user-list .tabnav-widget {" +
"clear:none !important;" +
"}" +
Expand Down

0 comments on commit 8de32a6

Please sign in to comment.