use p to break floating content, fixes #1964
This commit is contained in:
parent
8efec0cf76
commit
155893e184
1 changed files with 3 additions and 0 deletions
|
@ -976,6 +976,9 @@ OxEditableElement
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
.OxValue p, .OxEditableContent p {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue