mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/13507] Fix horizontal scrollbar for large images in posts
PHPBB3-13507
This commit is contained in:
parent
e3e16a0166
commit
9e38e9dc6f
1 changed files with 3 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue