diff --git a/app/assets/stylesheets/generic/mobile.scss b/app/assets/stylesheets/generic/mobile.scss index 90703cde0d1..54e06661161 100644 --- a/app/assets/stylesheets/generic/mobile.scss +++ b/app/assets/stylesheets/generic/mobile.scss @@ -46,4 +46,8 @@ .page-title .new-issue-link { display: none; } + + .issue_edited_ago, .note_edited_ago { + display: none; + } } diff --git a/app/assets/stylesheets/sections/issues.scss b/app/assets/stylesheets/sections/issues.scss index 26dc71c6d8f..fbfd9c8cd9b 100644 --- a/app/assets/stylesheets/sections/issues.scss +++ b/app/assets/stylesheets/sections/issues.scss @@ -166,3 +166,7 @@ form.edit-issue { .issue-title { margin-top: 0; } + +.context .select2-container { + width: 100% !important; +}