mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-22 10:10:12 +01:00
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:
commit
c37d618e77
1 changed files with 2 additions and 1 deletions
|
|
@ -235,8 +235,9 @@ table.c {
|
||||||
}
|
}
|
||||||
|
|
||||||
input#todo_description, input#tag_list, textarea#todo_notes, select#todo_project_id, select#todo_context_id {
|
input#todo_description, input#tag_list, textarea#todo_notes, select#todo_project_id, select#todo_context_id {
|
||||||
width: 95%;
|
width: 100%;
|
||||||
padding: 8px 8px;
|
padding: 8px 8px;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue