css - FIX: Ipad Mini HTML margin/padding with -



css - FIX: Ipad Mini HTML margin/padding with <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> -

i had website with:

<meta http-equiv="x-ua-compatible" content="ie=edge,chrome=1">

...that applying unusual "margin-right: 30px"-like behaviour html dom element. removing fixed issue.

declaring

<doctype !html>

already gives ie=edge, , i'm happy site not utilize chrome=1.

contributing in case else encounters - wasted 6 - 7 hours of dev time on lastly week trying find it.

html css internet-explorer

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -