diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-09-24 11:50:37 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-09-24 11:50:37 +0000 |
commit | 0009016b6803c01ffaa92eee87e5a3d475af95dd (patch) | |
tree | c13c51af07c4cd44215c2cc555eb2d380ea9d7d1 | |
parent | 9587506124f2a36f9b844da2c9fe17a26fe1daa9 (diff) | |
download | gitlab-ce-0009016b6803c01ffaa92eee87e5a3d475af95dd.tar.gz |
Fix commits table highlight
-rw-r--r-- | app/assets/stylesheets/sections/commits.scss | 3 |
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 |