WeasyPrint icon indicating copy to clipboard operation
WeasyPrint copied to clipboard

Add support for `row-gap` and `gap` properties in flex layout

Open kian-supportinglines opened this issue 3 years ago • 3 comments

As of https://github.com/Kozea/WeasyPrint/issues/60 being fixed, we have had support for the column-gap property; I think we should also add in row-gap and gap properties. I can maybe take a look later to see how much work it would be to implement this myself, but I think it might not be so easy. Perhaps we can use the PR linked in #60 to help?

kian-supportinglines avatar Jun 28 '22 22:06 kian-supportinglines

Hi!

Having column-gap supported for multi-column layout is only the first step. row-gap and gap work on very different environments (flex, grid…) and require a lot of changes to be handled correctly.

liZe avatar Jul 01 '22 11:07 liZe