images in Ox.EditableContent should ont overflow

This commit is contained in:
j 2013-09-20 11:38:38 +00:00
parent e1d71b27bc
commit bc792641e6

View file

@ -967,7 +967,7 @@ OxEditableElement
padding: 0 0 0 1px;
border: 0;
}
.OxValue img {
.OxValue img, .OxEditableContent img {
max-width: 100%;
height: auto;
}