Browse Source

Merge pull request #604 from omeid/dev

Fix x padding for #repo-content for width < 1170px
无闻 10 years ago
parent
commit
0d5d555521
1 changed files with 2 additions and 2 deletions
  1. 2 2
      public/ng/less/gogs/repository.less

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

@@ -89,7 +89,7 @@
     padding: 18px 0;
 }
 .repo-wide-wrapper {
-    padding: 18px 0;
+    padding: 18px;
     position: relative;
 }
 #repo-clone-url {
@@ -655,4 +655,4 @@
     white-space: nowrap;
     margin-left: 44px;
     margin-top: -15px;
-}
+}