Fix CSS so word wrapping stays within output box.

pull/37/head
Fernando Perez 15 years ago
parent a852c75dd7
commit 8d739fb5a2

@ -240,7 +240,7 @@ div.output_area {
/* This class is for the output subarea inside the output_area and after
the prompt div. */
div.output_subarea {
padding: 0.4em;
padding: 0.4em 6.1em 0.4em 0.4em;
}
/* The rest of the output_* classes are for special styling of the different

Loading…
Cancel
Save