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 {
|
.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;
|
||||||
|
|
Loading…
Reference in a new issue