bulma icon indicating copy to clipboard operation
bulma copied to clipboard

12 columns system not taking full length of container

Open idybil opened this issue 1 year ago • 2 comments

This is about the Bulma CSS framework I'm using Bulma [1.0.0] My browser is: any

Overview of the problem

The 12 columns system of version 1.0.0 is not taking the full length of its container like it is in version 0.9.4.

Description

When using column with is-* and the total of the is-* is 12, the columns container does not take 100% of its parent.

In version 0.9.4, the result look like this: (the red line is the end of the parent container)

screenshot-001260

In version 1.0.0, the result look like this: (the red line is the end of the parent container)

screenshot-001261

In the screenshots above, we can notice that the width in version 1.0.0 is using a calculation which is not preset in version 0.9.4.

Expected behavior

Is this a bug in version 1.0.0, or it is intended to be this way ? Is it possible that the version 1.0.0 have the same behavior as version 0.9.4 ?

Thanks

idybil avatar Mar 24 '24 01:03 idybil

Facing the same issue, did you find a solution?

smileys53 avatar Apr 25 '24 11:04 smileys53

@smileys53, No for now I leave it that way expecting a fix in a future version.

idybil avatar Apr 26 '24 01:04 idybil