Fix example wrapping
This commit is contained in:
parent
e3a9cc9a3d
commit
24780e7ace
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue