solves group overview list items layout regression

This commit is contained in:
Adriel Santiago 2018-08-09 20:45:07 -04:00
parent ce2f1ec86a
commit 147b6d172b

View file

@ -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 @@
} }
.last-updated { .last-updated {
position: absolute; position: relative;
right: 12px; right: 12px;
min-width: 250px; min-width: 250px;
text-align: right; text-align: right;