Fixed Style Input Padding, if changing "All" value to blank, will result in LESS compilation failure.

ShikiSuen

Well-known member
Affected version
2.1.9
See the yellow warning screenshot in the attachment.
This brings extra little hassles if someone wants to cancel the predefined "all padding".

P.S.: I wonder whether the following official compensation for iOS is still necessary for recent iOS releases (in recent 3 years).
(from vanilla "setup.less")
Less:
// Fix for iOS zoom on input focus.
.m-inputZoomFix()
{
    @media (max-width: 568px)
    {
        font-size: 16px;
    }
}

1588824060193.png
1588824081317.png
1588824096643.png
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.1.10).

Change log:
Fix LESS compilation failure when form input padding is blank
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom