[ticket/13507] Fix horizontal scrollbar for large images in posts

PHPBB3-13507
This commit is contained in:
PayBas 2015-01-16 19:10:04 +01:00
parent e3e16a0166
commit 9e38e9dc6f

View file

@ -276,6 +276,9 @@ dd.option {
.postbody img.postimage { .postbody img.postimage {
max-width: 100%; max-width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} }
.search .postbody { .search .postbody {