1
0
Fork 0
forked from 0x2620/oxjs

images in Ox.EditableContent should ont overflow

This commit is contained in:
j 2013-09-20 11:38:38 +00:00
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;
}