Commit 0576880235988be63f119cb895f1811ecc69e272
1 parent
0ab99b38
Exists in
master
and in
28 other branches
image-diff-overflow: fixed image's overflow on versioned article view
AI3107
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
public/stylesheets/application.css
... | ... | @@ -1073,6 +1073,7 @@ code input { |
1073 | 1073 | border: none; |
1074 | 1074 | background-repeat: no-repeat; |
1075 | 1075 | } |
1076 | + | |
1076 | 1077 | #article .article-body a.icon:hover { |
1077 | 1078 | background-color: transparent; |
1078 | 1079 | } |
... | ... | @@ -1499,6 +1500,12 @@ a.comment-picture { |
1499 | 1500 | max-width: 100%; |
1500 | 1501 | height: auto; |
1501 | 1502 | } |
1503 | + | |
1504 | +div.article-body.article-body-tiny-mce-article p img { | |
1505 | + max-width: 100%; | |
1506 | + height: auto; | |
1507 | +} | |
1508 | + | |
1502 | 1509 | #content .blog-post .read-more { |
1503 | 1510 | text-align: right; |
1504 | 1511 | clear: both; | ... | ... |