fix #2057 - firefox flex blox, direction column issue

stable
Juanfran 2015-01-29 12:13:08 +01:00
parent c9ec4d9261
commit 370f0a0303
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
juanfran@juanfran.5837:1422512236

View File

@ -41,6 +41,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin-top: 1rem; margin-top: 1rem;
min-height: 1px; //firefox bug
} }
.create-project-button-wrapper { .create-project-button-wrapper {
display: flex; display: flex;