normalize/structure css cleanup

This commit is contained in:
Adam Bradley
2015-09-02 22:02:23 -05:00
parent 217546abb1
commit 3d931cc7d8
7 changed files with 72 additions and 100 deletions

View File

@@ -61,8 +61,12 @@ textarea {
}
textarea {
height: auto;
margin: 0;
padding: 0;
height: auto;
overflow: auto;
color: inherit;
font: inherit;
}
.platform-mobile textarea {