Fix project list layout on user profiler

stable
Xavier Julián 2015-05-29 09:19:24 +02:00 committed by Juanfran
parent 904d144149
commit fe203072ed
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,9 @@
}
.project-list-single-right {
flex-shrink: 0;
justify-content: space-between;
width: 200px;
.project-list-single-stats {
align-self: flex-end;
display: flex;
@ -65,7 +67,6 @@
flex-grow: 0;
flex-wrap: wrap-reverse;
margin-top: 1rem;
max-width: 200px;
a {
display: block; }
img {