Skip to content

Commit

Permalink
fix(report): limit the width of images
Browse files Browse the repository at this point in the history
Fixes #126
  • Loading branch information
marisademeglio committed Dec 13, 2017
1 parent 7a848f7 commit fd80592
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
#images td.alt,td.image.presentation+td.alt.missing{background-color:#dff0d8}
#images img {
max-height: 300px;
max-width: 300px;
}
/* violations */
Expand Down

0 comments on commit fd80592

Please sign in to comment.