Merge pull request #12809 from edx/bjacobel/dsc-image-overflow

Add a third fixed case where images could overflow (refs #12735)
This commit is contained in:
Brian Jacobel
2016-06-20 17:47:15 -04:00
committed by GitHub

View File

@@ -134,10 +134,6 @@ body.discussion {
border-radius: 3px;
}
}
img {
max-width: 100%;
}
}
.discussion-response .response-body {
@@ -207,3 +203,10 @@ body.view-in-course .discussion-article {
}
}
}
.thread-wrapper,
.forum-new-post-form {
img {
max-width: 100%;
}
}