From 147b6d172bfca6d5f5ce4fa0716cabe09d0c88c8 Mon Sep 17 00:00:00 2001 From: Adriel Santiago Date: Thu, 9 Aug 2018 20:45:07 -0400 Subject: [PATCH] solves group overview list items layout regression --- app/assets/stylesheets/pages/groups.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- GitLab