Skip to content

Commit

Permalink
Closes #840; Add padding-right to empty message on side nav
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok committed Sep 21, 2015
1 parent eff6464 commit 87da5f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/stylesheets/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -1309,9 +1309,8 @@ a.github-fork {
}
}
.empty {
padding-left: 10px;
font-size: 11px;
padding: 2px 0 2px 10px;
padding: 2px 10px;
}
.header {
position: absolute;
Expand Down

0 comments on commit 87da5f3

Please sign in to comment.