Forum Feature requests

box-decoration-break: clone, not working

rebawest
Hello. I'm not sure if this is a bug or a request, but I'm using box-decoration-break: clone, and it's not showing on the exported PDF.

padding-right: 0.5em;
padding-left: 0.5em;
box-decoration-break: clone;
-webkit-box-decoration-break: clone;

Please see the 2 images and the style in the attached .zip file.
This is showing fine on Chrome and Edge, but the exported PDF has no padding on every line.
Could it be this style is ignored by Prince?

Thank you!
  1. PrincePDFpadding.zip117.4 kB
    box-decoration-break example
markbrown
Hi,

We only have support for 'box-decoration-break: clone' across column or page breaks at this stage (in contrast to Chrome and Edge, which currently only support it across line breaks).

Mark