A
Aivaras
Guest
To reproduce the problem, in “editor.less” under
CSS:
to:
Code:
type some text and apply
Continue reading...
.fr-view
change:CSS:
Code:
p
{
margin-bottom: 0;
margin-top: 0;
}
Code:
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]
.Continue reading...