Commit 5e0e3376 by Brian Jacobel

Fix overflowing images in forum posts/responses

parent 1e67ec66
...@@ -134,6 +134,10 @@ body.discussion { ...@@ -134,6 +134,10 @@ body.discussion {
border-radius: 3px; border-radius: 3px;
} }
} }
img {
max-width: 100%;
}
} }
.discussion-response .response-body { .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