any solutions?
This is clearly a PhantomJS issue, please look there for workarounds, I directly linked to one which can be used if you render your own pages.
Nice. I guess we can close this issue now.
try display: -webkit-flex;
{ flex: 1; } is still not working for me. I am stuck. I even have tried Autoprefixer CSS online
{
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
Most helpful comment
any solutions?