This is about the Bulma CSS framework
I'm using Bulma version [1.0.1]
I tested with Firefox and Edge but I am still unsure this is an "expected" behavior.
Description
Using a basic grid, at different browser width to test the responsiveness of my screen, grid cells sometimes overlap, sometimes overflow on the right hand side of the screen
That's because each column by default has a width of 9rem or 144px. You can change the width by using is-col-min-8 for example, to increase the width of each column.
Overview of the problem
This is about the Bulma CSS framework I'm using Bulma version [1.0.1] I tested with Firefox and Edge but I am still unsure this is an "expected" behavior.
Description
Using a basic grid, at different browser width to test the responsiveness of my screen, grid cells sometimes overlap, sometimes overflow on the right hand side of the screen
Steps to Reproduce
1 - Using this piece of HTML
With Firefox width=350, I get: (Edge 350 provides a better rendering)
Width Edge width=500, I get With Firefox width=500, more or less the same:
Expected behavior
No overlap and no overflow, mx-3 respected on the right side.