mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 03:00:12 +01:00
Use box-sizing: border-box to style mobile input
This commit is contained in:
parent
aa36fb97ab
commit
a9d0c86f67
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 {
|
||||
width: 95%;
|
||||
width: 100%;
|
||||
padding: 8px 8px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
select {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue