summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Gray <annabel.m.gray@gmail.com>2018-08-10 16:44:13 +0000
committerJulius Kvedaras <juliuskvedaras@yahoo.ie>2018-08-14 09:27:28 +0100
commitda85d870f21d0a9ae6a650da7f9c03b672be61b9 (patch)
treedc6ced9dfb5372fc2a21994d019361dde32cbd7b
parentbc19944f9fb2830f2c824fa2c859916e462959b1 (diff)
downloadgitlab-ce-da85d870f21d0a9ae6a650da7f9c03b672be61b9.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;