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
1 changed files with 2 additions and 1 deletions

View File

@ -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;