Skip to content

Commit

Permalink
fix: 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 e368b42 commit 17c41c5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 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 @@ -165,4 +165,7 @@ ol li ol li ol li ol {
}
.title {
-pdf-keep-with-next: true;
}
}
li p > * {
display: inline; /* Gestisce anche eventuali tag nidificati */
}

0 comments on commit 17c41c5

Please sign in to comment.