Commit ab433a58b9e79a4f0ac70354c668268e601a5d18
1 parent
b02e9728
Exists in
master
and in
29 other branches
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,6 +1381,7 @@ a.comment-picture { | ||
1381 | } | 1381 | } |
1382 | #content #article .article-body img { | 1382 | #content #article .article-body img { |
1383 | max-width: 100%; | 1383 | max-width: 100%; |
1384 | + height: auto; | ||
1384 | } | 1385 | } |
1385 | #content .blog-post .read-more { | 1386 | #content .blog-post .read-more { |
1386 | text-align: right; | 1387 | text-align: right; |