Skip to content

Commit

Permalink
fix: alignment for xhtml2pdf paragraph in list
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Dec 18, 2024
1 parent 17c41c5 commit 5c0dada
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions generics/static/css/regdid-pdf.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ ol li ol li ol li ol {
}
.text {
font-size: 10pt;
/*text-align: justify;*/
text-align: justify;
}
.section-title {
font-weight: bold;
Expand All @@ -166,6 +166,7 @@ ol li ol li ol li ol {
.title {
-pdf-keep-with-next: true;
}
li p > * {
display: inline; /* Gestisce anche eventuali tag nidificati */
li > p {
display: inline-block;
width: 100%;
}

0 comments on commit 5c0dada

Please sign in to comment.