Fix overflowing images in forum posts/responses

This commit is contained in:
Brian Jacobel
2016-06-13 12:30:13 -04:00
parent 1e67ec66cd
commit 5e0e337654

View File

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