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:
authorJacob Schatz <jschatz1@gmail.com>2016-02-17 14:30:26 +0300
committerJacob Schatz <jschatz1@gmail.com>2016-02-17 14:30:26 +0300
commit943bed68bc42d02246ddea63a25432d3aba709e7 (patch)
tree9367ef20283473bde4c1e3a61884996a73faaf1d /app/assets
parent300e16065a4fca95ff04de96d31e34f57cf9a4a4 (diff)
parent6d80a4c4f9a9fedb586b82a5dea34ae090981d78 (diff)
Merge branch 'issue_13359' into 'master'
Prevents floated button group on issues view Issue #13359 ![screenshot](/uploads/962ac4f3f1f3d6ef87f7152c09090801/screenshot.jpg) See merge request !2826
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/detail_page.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/detail_page.scss b/app/assets/stylesheets/pages/detail_page.scss
index 529a43548c8..d93b6ee6733 100644
--- a/app/assets/stylesheets/pages/detail_page.scss
+++ b/app/assets/stylesheets/pages/detail_page.scss
@@ -12,6 +12,14 @@
.identifier {
color: #5c5d5e;
}
+
+ .issue_created_ago, .author_link {
+ white-space: nowrap;
+ }
+
+ .issue-meta {
+ margin-left: 65px
+ }
}
.detail-page-description {