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.
@@ -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;
-}
+}