Commit 19fdcfd3 authored by Annabel Gray's avatar Annabel Gray

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
parents 6a6fbdec 147b6d17
...@@ -419,6 +419,7 @@ ...@@ -419,6 +419,7 @@
.stats { .stats {
position: relative; position: relative;
line-height: normal; line-height: normal;
text-align: right;
flex-shrink: 0; flex-shrink: 0;
> span { > span {
...@@ -464,7 +465,7 @@ ...@@ -464,7 +465,7 @@
} }
.last-updated { .last-updated {
position: absolute; position: relative;
right: 12px; right: 12px;
min-width: 250px; min-width: 250px;
text-align: right; text-align: right;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment