Fix project list layout on user profiler
parent
904d144149
commit
fe203072ed
|
@ -40,7 +40,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-list-single-right {
|
.project-list-single-right {
|
||||||
|
flex-shrink: 0;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
width: 200px;
|
||||||
.project-list-single-stats {
|
.project-list-single-stats {
|
||||||
align-self: flex-end;
|
align-self: flex-end;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -65,7 +67,6 @@
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
flex-wrap: wrap-reverse;
|
flex-wrap: wrap-reverse;
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
max-width: 200px;
|
|
||||||
a {
|
a {
|
||||||
display: block; }
|
display: block; }
|
||||||
img {
|
img {
|
||||||
|
|
Loading…
Reference in New Issue