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")
	
	
	
		



				
			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;
    }
}


 
 
		