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 5b5f133
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 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,6 @@ 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;
}

0 comments on commit 5b5f133

Please # to comment.