Merge pull request #7718 from jdfreder/widecontents

Disable output contents from overflowing page width.
This commit is contained in:
Min RK 2015-03-27 12:24:00 -07:00
commit 52bd09952a
3 changed files with 4 additions and 0 deletions

View File

@ -94,6 +94,8 @@ div.output_area pre {
/* This class is for the output subarea inside the output_area and after
the prompt div. */
div.output_subarea {
// Don't let contents overflow page area.
overflow-x: auto;
padding: @code_padding;
.box-flex1();
}

View File

@ -873,6 +873,7 @@ div.output_area pre {
/* This class is for the output subarea inside the output_area and after
the prompt div. */
div.output_subarea {
overflow-x: auto;
padding: 0.4em;
/* Old browsers */
-webkit-box-flex: 1;

View File

@ -9665,6 +9665,7 @@ div.output_area pre {
/* This class is for the output subarea inside the output_area and after
the prompt div. */
div.output_subarea {
overflow-x: auto;
padding: 0.4em;
/* Old browsers */
-webkit-box-flex: 1;