Added autozoom fix.
This commit is contained in:
parent
374316944e
commit
6d4c49a223
1 changed files with 2 additions and 1 deletions
|
|
@ -243,6 +243,7 @@ tr:hover td { background: rgba(255,255,255,0.02); }
|
||||||
td { display: inline; padding: 0; border: none; }
|
td { display: inline; padding: 0; border: none; }
|
||||||
td:empty { display: none; }
|
td:empty { display: none; }
|
||||||
|
|
||||||
/* Forms */
|
/* Forms — 16px prevents iOS auto-zoom on focus */
|
||||||
|
input, select, textarea { font-size: 16px; }
|
||||||
.form-grid { grid-template-columns: 1fr !important; }
|
.form-grid { grid-template-columns: 1fr !important; }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue