My JustifiedLayout Component in my reactJS page is not displaying correctly in chrome.
I can confirm that it works properly in Safari.
The only reason I can even see all the images in chrome is because in debugging, I set a minWidth & minHeight.
If I remove that CSS styling, only the first and last image are visible, and they take up the full width of the page.
Description
My JustifiedLayout Component in my reactJS page is not displaying correctly in chrome. I can confirm that it works properly in Safari. The only reason I can even see all the images in chrome is because in debugging, I set a minWidth & minHeight. If I remove that CSS styling, only the first and last image are visible, and they take up the full width of the page.
Chrome:
My Code:
Safari:
Any guidance would be greatly appreciated!