summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriel Santiago <adriel@Adriels-MacBook-Pro.local>2018-08-09 20:45:07 -0400
committerAdriel Santiago <adriel@Adriels-MacBook-Pro.local>2018-08-09 20:45:07 -0400
commit147b6d172bfca6d5f5ce4fa0716cabe09d0c88c8 (patch)
tree517815de9fab1b48d1259db8256ccf189f6b7d2d
parentce2f1ec86a9a137177d00209aa7688532a9cbefb (diff)
downloadgitlab-ce-147b6d172bfca6d5f5ce4fa0716cabe09d0c88c8.tar.gz
solves group overview list items layout regression
-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;