Commit 0009016b6803c01ffaa92eee87e5a3d475af95dd

Authored by Dmitriy Zaporozhets
1 parent 95875061

Fix commits table highlight

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
app/assets/stylesheets/sections/commits.scss
@@ -67,6 +67,7 @@ @@ -67,6 +67,7 @@
67 } 67 }
68 68
69 table { 69 table {
  70 + width: 100%;
70 font-family: $monospace_font; 71 font-family: $monospace_font;
71 border: none; 72 border: none;
72 margin: 0px; 73 margin: 0px;
@@ -504,4 +505,4 @@ li.commit { @@ -504,4 +505,4 @@ li.commit {
504 @extend .cgray; 505 @extend .cgray;
505 } 506 }
506 } 507 }
507 -} 508 -}
  509 +}
508 \ No newline at end of file 510 \ No newline at end of file