From 0b4ee6b29deec8c99a887af2b8ac7f99d2b2305a Mon Sep 17 00:00:00 2001 From: shubhu Date: Fri, 25 Aug 2017 21:41:23 +0530 Subject: [PATCH] fixed #298 set max width for images in challenge details --- .../components/challenge-detail/Specification/styles.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/shared/components/challenge-detail/Specification/styles.scss b/src/shared/components/challenge-detail/Specification/styles.scss index 8d51cb67cb..22b75ba1fa 100644 --- a/src/shared/components/challenge-detail/Specification/styles.scss +++ b/src/shared/components/challenge-detail/Specification/styles.scss @@ -57,6 +57,10 @@ $tc-link-visited: #0c4e98; padding-left: 17px; } } + + img { + max-width: 100%; + } } }