Closed
Description
IE has trouble understanding our flex-1
utility, perhaps we should avoid using the flex: 1
shorthand and be more explicit. After some digging, I wound up on this stackoverflow page and am now overwriting my flex-1
class with the following...
flex: 1 1 0;
FWIW, Edge seems to handle the existing utility just fine.
Metadata
Metadata
Assignees
Labels
No labels