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:
committed by
GitHub
parent
8b4f1d9616
commit
4b6765a50c
4
docs/_static/css/custom.css
vendored
4
docs/_static/css/custom.css
vendored
@@ -13,6 +13,10 @@ main .searchForm {
|
||||
margin-bottom: 2rem;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
/* navigation panels override */
|
||||
/* =================================================== */
|
||||
|
||||
Reference in New Issue
Block a user