summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Gray <annabel.m.gray@gmail.com>2018-08-10 16:44:13 +0000
committerAnnabel Gray <annabel.m.gray@gmail.com>2018-08-10 16:44:13 +0000
commit19fdcfd3920153bc2187798d0b8a55d7c0534576 (patch)
tree41b3e4be0ee493a45e6fc9d2b6b62046b551da22
parent6a6fbdec268e3815f1ded7f05a692504a6fede15 (diff)
parent147b6d172bfca6d5f5ce4fa0716cabe09d0c88c8 (diff)
downloadgitlab-ce-19fdcfd3920153bc2187798d0b8a55d7c0534576.tar.gz
Merge branch '50176-group-overview-list-items-layout-regression' into 'master'
Resolve "Group Overview list items layout regression" Closes #50176 See merge request gitlab-org/gitlab-ce!21124
-rw-r--r--app/assets/stylesheets/pages/groups.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/groups.scss b/app/assets/stylesheets/pages/groups.scss
index 1587aebfe1d..fa8a0f26b5d 100644
--- a/app/assets/stylesheets/pages/groups.scss
+++ b/app/assets/stylesheets/pages/groups.scss
@@ -419,6 +419,7 @@
.stats {
position: relative;
line-height: normal;
+ text-align: right;
flex-shrink: 0;
> span {
@@ -464,7 +465,7 @@
}
.last-updated {
- position: absolute;
+ position: relative;
right: 12px;
min-width: 250px;
text-align: right;