Hi,
When a verse is too long to fit on one line, the french convention wants the wrapped part aligned on the right.
I tried text-align-last (which works fine in firefox) but it didn't work with calibre viewer nor calibre editor.
p {
text-align: justify;
-moz-text-align-last: right;
text-align-last: right;
}
(source
https://www.w3resource.com/html-css-...ast-answer.php )
Is this CSS3 property not supported?
Thanks
François