Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-08 22:15:02 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-08 22:15:09 +0300
commit2e99d7c9157040612669993b54cbb236f199367a (patch)
treea8e3d23493e36cfdec622650f0fb0d3395dbb28b /app/assets/stylesheets/generic/mobile.scss
parentdf13c9cac927af8d9b72d674b44c3d8017e1c846 (diff)
Prevent date overflow on issue page on mobile devices
Diffstat (limited to 'app/assets/stylesheets/generic/mobile.scss')
-rw-r--r--app/assets/stylesheets/generic/mobile.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/assets/stylesheets/generic/mobile.scss b/app/assets/stylesheets/generic/mobile.scss
index b3727c33672..1b0e056216f 100644
--- a/app/assets/stylesheets/generic/mobile.scss
+++ b/app/assets/stylesheets/generic/mobile.scss
@@ -43,8 +43,10 @@
}
}
- .page-title .new-issue-link {
- display: none;
+ .page-title {
+ .note_created_ago, .new-issue-link {
+ display: none;
+ }
}
.issue_edited_ago, .note_edited_ago {