Commit 949ddb11 by Brian Jacobel Committed by GitHub

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

Add a third fixed case where images could overflow (refs #12735)
parents b89fc917 6aba6219
......@@ -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%;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment