mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/13507] Fix horizontal scrollbar for large images in posts
PHPBB3-13507
This commit is contained in:
@@ -276,6 +276,9 @@ dd.option {
|
||||
|
||||
.postbody img.postimage {
|
||||
max-width: 100%;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.search .postbody {
|
||||
|
Reference in New Issue
Block a user