Commit a3e3ae9cd4bfba261a050873479aa18177bcf187
Exists in
master
and in
28 other branches
Merge branch 'image-diff-overflow' into 'stable'
image-diff-overflow: fixed image's overflow on versioned article view https://noosfero.org/Development/ActionItem3107
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
public/stylesheets/application.css
... | ... | @@ -1499,6 +1499,12 @@ a.comment-picture { |
1499 | 1499 | max-width: 100%; |
1500 | 1500 | height: auto; |
1501 | 1501 | } |
1502 | + | |
1503 | +div.article-body p img { | |
1504 | + max-width: 100%; | |
1505 | + height: auto; | |
1506 | +} | |
1507 | + | |
1502 | 1508 | #content .blog-post .read-more { |
1503 | 1509 | text-align: right; |
1504 | 1510 | clear: both; | ... | ... |