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

Fix overflowing images in forum posts/responses
This commit is contained in:
Brian Jacobel
2016-06-13 14:25:42 -04:00
committed by GitHub

View File

@@ -134,6 +134,10 @@ body.discussion {
border-radius: 3px;
}
}
img {
max-width: 100%;
}
}
.discussion-response .response-body {