##// END OF EJS Templates
Don't allow output to overflow page width.
Jonathan Frederic -
Show More
@@ -92,6 +92,8 b' div.output_area pre {'
92 /* This class is for the output subarea inside the output_area and after
92 /* This class is for the output subarea inside the output_area and after
93 the prompt div. */
93 the prompt div. */
94 div.output_subarea {
94 div.output_subarea {
95 // Don't let contents overflow page area.
96 overflow-x: auto;
95 padding: @code_padding;
97 padding: @code_padding;
96 .box-flex1();
98 .box-flex1();
97 }
99 }
General Comments 0
You need to be logged in to leave comments. Login now