Add a third fixed case where images could overflow (refs #12735)

This commit is contained in:
Brian Jacobel
2016-06-20 13:39:05 -04:00
parent b89fc91786
commit 6aba6219c3

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%;
}
}