Home › Forums › CSS › Whats wrong with Firefox (and IE)? Is it flexbox or image css rules or… ? › Reply To: Whats wrong with Firefox (and IE)? Is it flexbox or image css rules or… ?
February 9, 2016 at 3:26 pm
#237887
Participant
what’s wrong with firefox is :flex :1 45%
where it might expect 1 or 3 values or each declared as such: flex-grow, flex-basis & flex-shrink. Even then it can be still buggy. here you may use width: 45% /* or 33% */
. basicly, make it as simple as possible and still set widths ;)