From eaede1d3a376341ace5eb36f70cd8bbadc49baf8 Mon Sep 17 00:00:00 2001 From: Jeffrey Warren Date: Fri, 10 May 2019 12:36:59 -0400 Subject: [PATCH] Update comments.css --- app/assets/stylesheets/comments.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/comments.css b/app/assets/stylesheets/comments.css index 841944ecb6..0885102ca0 100644 --- a/app/assets/stylesheets/comments.css +++ b/app/assets/stylesheets/comments.css @@ -29,4 +29,8 @@ font-family: "Helvetica Neue"; border-left: 5px solid #736f6f; background-color: #f3f1ef; -} \ No newline at end of file +} + +#comments-list .comment p img { + max-width: 100%; +}