Skip to content

Commit 1488c82

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

backend/gn_module_zh/templates/fiche_template_pdf.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ <h1 class="title">Évaluation générale du site</h1>
126126
}
127127

128128
.subtitle {
129+
white-space: pre-wrap;
129130
font-size: 13px;
130131
margin: 5px 5px 5px 5px;
131132
}
@@ -252,9 +253,5 @@ <h1 class="title">Évaluation générale du site</h1>
252253
font-weight: normal;
253254
}
254255

255-
span {
256-
white-space: pre-wrap;
257-
}
258-
259256
</style>
260257
</html>

0 commit comments

Comments
 (0)