Skip to content

Columns overflows inside a container #290

Closed Answered by gabro
LauGroupie95 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @LauGroupie95, converting this to a discussion (we can create an issue if something needs to be worked on in Bento itself).

About your issue, I agree it’s a bit confusing but it’s currently working as intended, since the proportions of columns are about the width of the container, so if you sum the widths of the columns you get the total width, but that does not include the gaps.

So if you manually specify 1/5 + 1/5 + 1/5 + 2/5 you get the total width + (4 * gap width).

In general, I don’t think it makes too much sense to specify each width individually, you normally want some constraints, and then let the rest of the columns fill the gaps proportionally.

In you specific example, I wou…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@LauGroupie95
Comment options

Answer selected by LauGroupie95
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #289 on July 20, 2022 09:18.