Home › Forums › CSS › Vertical space issue between Chrome & Mozilla › Reply To: Vertical space issue between Chrome & Mozilla
January 27, 2017 at 8:46 am
#250595
Participant
Very strange, it’s the margin on the parent div that contains the h1
text that doesn’t get implemented. But only when the value is a percentage… if you change it to any other unit (pixels for example), it will have the expected effect. Looks like a Firefox bug to me – one that is related to flexbox and only affects top and bottom margin.