fix #2057 - firefox flex blox, direction column issue
parent
c9ec4d9261
commit
370f0a0303
|
@ -0,0 +1 @@
|
||||||
|
juanfran@juanfran.5837:1422512236
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue