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:
parent
8b4f1d9616
commit
4b6765a50c
|
|
@ -13,6 +13,10 @@ main .searchForm {
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
}
|
}
|
||||||
|
pre {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
/* navigation panels override */
|
/* navigation panels override */
|
||||||
/* =================================================== */
|
/* =================================================== */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue