Commit bbd92f554d22911afca9fca67077c73e8826bf23

Authored by Dmitriy Zaporozhets
1 parent 138e2a50

Limit huge images in diff

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/assets/stylesheets/sections/commits.scss
@@ -153,6 +153,7 @@ @@ -153,6 +153,7 @@
153 img{ 153 img{
154 border: 1px solid #FFF; 154 border: 1px solid #FFF;
155 background: url('trans_bg.gif'); 155 background: url('trans_bg.gif');
  156 + max-width: 100%;
156 } 157 }
157 &.deleted { 158 &.deleted {
158 border: 1px solid $deleted; 159 border: 1px solid $deleted;