RSS Feed/News Indent BB code is auto-inserted when max-width and auto margins are defined for p in “editor.less” and list BB code is applied

Status
Not open for further replies.

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
23,653
Points
823

Reputation:

To reproduce the problem, in “editor.less” under .fr-view change:
CSS:

Code:
p
    {
        margin-bottom: 0;
        margin-top: 0;
    }
to:
Code:

Code:
p
    {
        margin-bottom: 0;
        margin-top: 0;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
type some text and apply [LIST]. The resulting formatted list will get auto-wrapped with [INDENT].

Continue reading...
 
Status
Not open for further replies.
Top