From 0009016b6803c01ffaa92eee87e5a3d475af95dd Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 24 Sep 2013 11:50:37 +0000 Subject: [PATCH] Fix commits table highlight --- app/assets/stylesheets/sections/commits.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/sections/commits.scss b/app/assets/stylesheets/sections/commits.scss index b0cf8b162..be6fb29c8 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 -- 2.11.0