Commit ab433a58b9e79a4f0ac70354c668268e601a5d18

Authored by Daniela Feitosa
1 parent b02e9728

Fixed height of images included on articles

(ActionItem2453)
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -1381,6 +1381,7 @@ a.comment-picture {
1381 1381 }
1382 1382 #content #article .article-body img {
1383 1383 max-width: 100%;
  1384 + height: auto;
1384 1385 }
1385 1386 #content .blog-post .read-more {
1386 1387 text-align: right;
... ...