Commit 6aba6219 by Brian Jacobel

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

parent b89fc917
......@@ -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