Skip to content

Commit cd47fbd

Browse files
committed
fix attribute white-space to small-title class
1 parent 1488c82 commit cd47fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/gn_module_zh/templates/fiche_template_pdf.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@ <h1 class="title">Évaluation générale du site</h1>
121121
}
122122

123123
.small-title {
124+
white-space: pre-wrap;
124125
font-size: 9px;
125126
margin: 5px 5px 5px 5px;
126127
}
127128

128129
.subtitle {
129-
white-space: pre-wrap;
130130
font-size: 13px;
131131
margin: 5px 5px 5px 5px;
132132
}

0 commit comments

Comments
 (0)