- Affected version
- 2.2.13
To reproduce the problem, in “editor.less” under
to:
type some text and apply
.fr-view
change:
CSS:
p
{
margin-bottom: 0;
margin-top: 0;
}
Code:
p
{
margin-bottom: 0;
margin-top: 0;
max-width: 500px;
margin-left: auto;
margin-right: auto;
}
[LIST]
. The resulting formatted list will get auto-wrapped with [INDENT]
.