I have noticed from a college that uses firefox that a view i made look weird for him, but I for me it looked as it should.
I have made a quick sketch to how it looks in both browsers, where i have 2 flex containers at the top, the right one has another flex container, with 3 components, with the basis set to AUTO, grow and shrink is 0. I then have a toggle switch that toggles the display of a label, and here the container should change size depending on how many components are shown.
This is in edge and this is how it should look like:
toggle off
Toggle On
How it shouldn’t look like in firefox:
toggle off
toggle on
As you can see in edge the container with the components are shown, where as in firefox the container doesn’t change in size realy.
I know these two browsers has different engines, which have something to do with it, but Im not a CSS expert and Im look for some advise for how i should design view for all browsers



