RSS Feed/News Input fields overflowing

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
24,762
Points
823

Reputation:

If you use a larger padding in the inputs (Style properties -> Inputs -> Form input) set padding to 10px, it causes the text to be hidden due to the fixed height set in core_input.less (line 52)

Code:

Code:
    &:not([size]):not([rows])
    {
        height: 2.4em;
    }

1710872091394.webp

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