Commit 0576880235988be63f119cb895f1811ecc69e272

Authored by Junior Silva
1 parent 0ab99b38

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,6 +1073,7 @@ code input {
1073 border: none; 1073 border: none;
1074 background-repeat: no-repeat; 1074 background-repeat: no-repeat;
1075 } 1075 }
  1076 +
1076 #article .article-body a.icon:hover { 1077 #article .article-body a.icon:hover {
1077 background-color: transparent; 1078 background-color: transparent;
1078 } 1079 }
@@ -1499,6 +1500,12 @@ a.comment-picture { @@ -1499,6 +1500,12 @@ a.comment-picture {
1499 max-width: 100%; 1500 max-width: 100%;
1500 height: auto; 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 #content .blog-post .read-more { 1509 #content .blog-post .read-more {
1503 text-align: right; 1510 text-align: right;
1504 clear: both; 1511 clear: both;