Limit image in comments to be max 100% of comments width

stable
Xavier Julián 2014-09-05 12:25:30 +02:00
parent 1f0d4f3847
commit 05b6903cae
1 changed files with 3 additions and 0 deletions

View File

@ -85,4 +85,7 @@
border-right: 0;
}
}
img {
max-width: 100%;
}
}