Assures that wrapping on PRE occurs on any kind of characters

Fixes problem where some lines, like pip requirements were not wrapped
because they didn contain any white-space.

This prevents the need to use horizontal browser scrolling, even
on huge screens.

Change-Id: Ia8e32195fc8d9ca5e171506f03099ebc03859bd1
This commit is contained in:
Sorin Sbarnea 2018-10-25 18:18:33 +01:00
parent 21c2a8234a
commit 9a10e3a826
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ pre span {
padding-left: 22em;
text-indent: -22em;
white-space: pre-wrap;
word-break: break-all;
display: block;
}
</style>