From bc792641e6d2986313e6bd275e888c1b721ea215 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 20 Sep 2013 11:38:38 +0000 Subject: [PATCH] images in Ox.EditableContent should ont overflow --- source/Ox.UI/css/Ox.UI.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index 05c69f69..1e486edf 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -967,7 +967,7 @@ OxEditableElement padding: 0 0 0 1px; border: 0; } -.OxValue img { +.OxValue img, .OxEditableContent img { max-width: 100%; height: auto; }