Merge pull request #1901 from matjack1/enlarge-touch-points-for-mobile-ui

Use box-sizing: border-box to style mobile input
This commit is contained in:
Matt Rogers 2015-08-02 22:49:04 -04:00
commit c37d618e77

View file

@ -235,8 +235,9 @@ table.c {
}
input#todo_description, input#tag_list, textarea#todo_notes, select#todo_project_id, select#todo_context_id {
width: 95%;
width: 100%;
padding: 8px 8px;
box-sizing: border-box;
}
select {