format pre tags (#14913)

Porting: #14889

This fix addresses word wrapping in <pre> tags in the output html files of documentation.
This commit is contained in:
Sebastian Golebiewski
2023-01-03 13:15:36 +01:00
committed by GitHub
parent 8b4f1d9616
commit 4b6765a50c

View File

@@ -13,6 +13,10 @@ main .searchForm {
margin-bottom: 2rem;
margin-top: 2rem;
}
pre {
white-space: pre-wrap;
word-wrap: break-word;
}
/* navigation panels override */
/* =================================================== */