Commit 781a2049 by Brian Jacobel Committed by GitHub

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

Fix overflowing images in forum posts/responses
parents 2337b80a 5e0e3376
......@@ -134,6 +134,10 @@ body.discussion {
border-radius: 3px;
}
}
img {
max-width: 100%;
}
}
.discussion-response .response-body {
......
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