feat(forums): fixed images size in reply&topic content

This commit is contained in:
OldHawk
2017-07-09 20:39:30 +08:00
parent bc13571a96
commit 89e1257eff

View File

@@ -344,6 +344,10 @@
margin-right: 15px;
margin-bottom: 0;
}
img {
max-width: 100%;
height: auto;
}
}
}
.reply-avatar {