limit images by width
This commit is contained in:
parent
a976b674f4
commit
5173bf62fe
1 changed files with 4 additions and 0 deletions
|
@ -801,6 +801,10 @@ OxEditableElement
|
||||||
padding: 0 0 0 1px;
|
padding: 0 0 0 1px;
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
.OxValue img {
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue