Fix tags layout in user profile project list

stable
Xavier Julián 2015-10-28 11:33:02 +01:00
parent cfc3458e8f
commit cf7cd18c8e
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
.list-itemtype-project-right { .list-itemtype-project-right {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
flex-shrink: 0;
width: 200px; width: 200px;
} }
} }