Browse Source

Fix x padding for #repo-content for width < 1170px

This pull request fixes the issue when resizing the window smaller than 1170 px, right now there is no padding/margin on sides and it looks broken.
pull/599/head
omeid 10 years ago
parent
commit
0e1fd71456
  1. 2
      public/ng/less/gogs/repository.less

2
public/ng/less/gogs/repository.less

@ -86,7 +86,7 @@
}
}
#repo-content {
padding: 18px 0;
padding: 18px;
}
.repo-wide-wrapper {
padding: 18px 0;

Loading…
Cancel
Save