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 67 }
68 68  
69 69 table {
  70 + width: 100%;
70 71 font-family: $monospace_font;
71 72 border: none;
72 73 margin: 0px;
... ... @@ -504,4 +505,4 @@ li.commit {
504 505 @extend .cgray;
505 506 }
506 507 }
507 508 -}
  509 +}
508 510 \ No newline at end of file
... ...