Browse Source

Fix files content margin

Volodymyr Tkach 2 years ago
parent
commit
c777e99279
1 changed files with 4 additions and 0 deletions
  1. 4 0
      gogs/public/css/dark-gogs.dev.css

+ 4 - 0
gogs/public/css/dark-gogs.dev.css

@@ -1134,3 +1134,7 @@ label[for=org_name] {
 .repository .diff-file-box .code-diff tbody tr.add-code td {
 .repository .diff-file-box .code-diff tbody tr.add-code td {
 	border-color: #4f6d30 !important;
 	border-color: #4f6d30 !important;
 }
 }
+
+#file-content {
+	padding: 0 1px;
+}