summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/issues.scss
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-11-28 15:35:01 -0600
committerEric Eastwood <contact@ericeastwood.com>2017-12-05 16:05:45 -0600
commit6d61b4046b976400bb242f85034c06f69acbff51 (patch)
treea519885d19bd1e80574fd5a6441e90546dfea538 /app/assets/stylesheets/pages/issues.scss
parentca95ee6264325efdd62890c320f8dd4b40657432 (diff)
downloadgitlab-ce-6d61b4046b976400bb242f85034c06f69acbff51.tar.gz
Generalize detail page headers40543-generalize-detail-page-headers
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40543 Bug introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15192
Diffstat (limited to 'app/assets/stylesheets/pages/issues.scss')
-rw-r--r--app/assets/stylesheets/pages/issues.scss17
1 files changed, 1 insertions, 16 deletions
diff --git a/app/assets/stylesheets/pages/issues.scss b/app/assets/stylesheets/pages/issues.scss
index 8218326ae8f..af1df8b8802 100644
--- a/app/assets/stylesheets/pages/issues.scss
+++ b/app/assets/stylesheets/pages/issues.scss
@@ -134,26 +134,11 @@ ul.related-merge-requests > li {
}
@media (max-width: $screen-xs-max) {
- .detail-page-header,
- .issuable-header {
- display: block;
-
+ .detail-page-header {
.issuable-meta {
line-height: 18px;
}
}
-
- .issuable-actions {
- margin-top: 10px;
-
- .issue-btn-group {
- width: 100%;
-
- .btn {
- width: 100%;
- }
- }
- }
}
.issue-form {