set max-width of images in postContent to prevent side scrolling
This commit is contained in:
parent
d9059255b3
commit
762c9064d7
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ div.postReply div.postContent {
|
||||||
|
|
||||||
div.postReply div.postContent img {
|
div.postReply div.postContent img {
|
||||||
border-width : 0px;
|
border-width : 0px;
|
||||||
|
max-width : 98%;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.postReply div.postIcon {
|
div.postReply div.postIcon {
|
||||||
|
|
Loading…
Reference in a new issue