WeasyPrint
WeasyPrint copied to clipboard
white-space: pre-wrap; works depending on tag position
Hi everyone,
depending on space before or after tag (</b> domicilié, </b>domicilié) white-space: pre-wrap can fail
<style style="text/css">
@page {
size: A4 ;
margin-left: 18px;
margin-right: 18px;
margin-bottom: 100px;
margin-top: 50px;
}
pre {
white-space: pre-wrap;
border: 2px solid black;
background: inherit;
font-family: inherit;
font-size: inherit;
}
</style>
<body>
<div style="font-size:13px">
<div>
<pre>Cher Confrère,<br><br>Je vous informe de la prise en charge en HAD de <b>hhhhhhh 11111111 (né(e) CLAIRE), né le 2 déc. 2022, </b>domicilié fsdfsdfsdfsdfds </pre>
<pre>Cher Confrère,<br><br>Je vous informe de la prise en charge en HAD de <b>hhhhhhh 11111111 (né(e) CLAIRE), né le 2 déc. 2022,</b> domicilié fsdfsdfsdfsdfds </pre>
</div>
</div>
</body>
Thank you for your great job
Thanks for the bug report.
That’s strange, we have so many tests to check that this couldn’t happen! We probably need one more…