Skip to content

Commit eca37e9

Browse files
authored
Merge pull request #315 from shubhendusaurabh/issue-298
fixed #298 set max width for images in challenge details
2 parents 3d08e3e + 0b4ee6b commit eca37e9

File tree

1 file changed

+4
-0
lines changed
  • src/shared/components/challenge-detail/Specification

1 file changed

+4
-0
lines changed

src/shared/components/challenge-detail/Specification/styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ $tc-link-visited: #0c4e98;
5757
padding-left: 17px;
5858
}
5959
}
60+
61+
img {
62+
max-width: 100%;
63+
}
6064
}
6165
}
6266

0 commit comments

Comments
 (0)