Few improvements to mobile UI

This commit is contained in:
Dmitriy Zaporozhets 2015-01-18 19:39:43 -08:00
parent 3e17d15661
commit 3a46ea4ce6
2 changed files with 8 additions and 0 deletions

View File

@ -46,4 +46,8 @@
.page-title .new-issue-link {
display: none;
}
.issue_edited_ago, .note_edited_ago {
display: none;
}
}

View File

@ -166,3 +166,7 @@ form.edit-issue {
.issue-title {
margin-top: 0;
}
.context .select2-container {
width: 100% !important;
}