From 155893e184a62720b2dbe776abac983ee15a7026 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 23 Dec 2013 11:52:59 +0000 Subject: [PATCH] use p to break floating content, fixes #1964 --- source/Ox.UI/css/Ox.UI.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index 2a36f9e5..8b9e0353 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -976,6 +976,9 @@ OxEditableElement overflow: hidden; max-width: 100%; } +.OxValue p, .OxEditableContent p { + clear: both; +} /* --------------------------------------------------------------------------------