Avoid using 0px, because minifiers might convert the value to 0, which will still cause issues on IE.

This commit is contained in:
Paulo Reis 2017-01-19 16:58:16 +00:00
parent 1970ab4e63
commit 73c1016f4a

View file

@ -338,7 +338,7 @@
margin-left: 5px;
// We need to set any low-enough flex base size (0px), making it growable (1) and non-shrinkable (0).
// This is needed to ensure that IE makes the element fill the available space.
flex: 1 0 0px;
flex: 1 0 1px;
.rp-state-overview & {
margin-left: 0;