summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/sections/commits.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/sections/commits.scss b/app/assets/stylesheets/sections/commits.scss
index b0cf8b16260..be6fb29c817 100644
--- a/app/assets/stylesheets/sections/commits.scss
+++ b/app/assets/stylesheets/sections/commits.scss
@@ -67,6 +67,7 @@
}
table {
+ width: 100%;
font-family: $monospace_font;
border: none;
margin: 0px;
@@ -504,4 +505,4 @@ li.commit {
@extend .cgray;
}
}
-}
+} \ No newline at end of file