solves group overview list items layout regression
This commit is contained in:
parent
ce2f1ec86a
commit
147b6d172b
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue