use p to break floating content, fixes #1964

This commit is contained in:
j 2013-12-23 11:52:59 +00:00
parent 8efec0cf76
commit 155893e184

View file

@ -976,6 +976,9 @@ OxEditableElement
overflow: hidden;
max-width: 100%;
}
.OxValue p, .OxEditableContent p {
clear: both;
}
/*
--------------------------------------------------------------------------------