Fix example wrapping

This commit is contained in:
Mike Jolley 2017-06-21 13:06:25 +01:00
parent e3a9cc9a3d
commit 24780e7ace
3 changed files with 8 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -5803,6 +5803,7 @@ table.bar_chart {
margin: 0; margin: 0;
border: 0; border: 0;
box-shadow: none; box-shadow: none;
width: 100%;
td, th { td, th {
border: 0; border: 0;
@ -5842,6 +5843,9 @@ table.bar_chart {
code { code {
background: none; background: none;
padding: 0; padding: 0;
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */
word-break: break-all;
} }
} }
} }