mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +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 {
|
.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 {
|
||||||
|
Reference in New Issue
Block a user