ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,708
- Points
- 823
Reputation:
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...