set max-width of images in postContent to prevent side scrolling (for CDM)
This commit is contained in:
parent
762c9064d7
commit
d0bd9acb41
|
@ -1121,6 +1121,11 @@ div.cdmContent {
|
||||||
margin : 0px 15px 5px 15px;
|
margin : 0px 15px 5px 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.cdmContent img {
|
||||||
|
border-width : 0px;
|
||||||
|
max-width : 98%;
|
||||||
|
}
|
||||||
|
|
||||||
div.cdmContent:hover {
|
div.cdmContent:hover {
|
||||||
cursor : pointer;
|
cursor : pointer;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue