From 89e1257eff53fbaab6416f2e18018445dcc59c2e Mon Sep 17 00:00:00 2001 From: OldHawk Date: Sun, 9 Jul 2017 20:39:30 +0800 Subject: [PATCH] feat(forums): fixed images size in reply&topic content --- modules/forums/client/less/forum.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/forums/client/less/forum.less b/modules/forums/client/less/forum.less index deaab36f..e40e2391 100644 --- a/modules/forums/client/less/forum.less +++ b/modules/forums/client/less/forum.less @@ -344,6 +344,10 @@ margin-right: 15px; margin-bottom: 0; } + img { + max-width: 100%; + height: auto; + } } } .reply-avatar {