Skip to content

Commit 05f9943

Browse files
committed
adds fix for bounty #548
https://assembly.com/coderwall/bounties/548 added `img{max-width:100%}` to `.comment` to keep images from overflowing.
1 parent f30775c commit 05f9943

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/assets/stylesheets/protip.css.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,9 @@ body.protip-single {
520520
}
521521
.comment {
522522
margin-bottom: 20px;
523-
523+
img {
524+
max-width: 100%;
525+
}
524526
p {
525527
font-size: 1.5em;
526528
line-height: 1.6em;

0 commit comments

Comments
 (0)