##// END OF EJS Templates
Fix CSS so word wrapping stays within output box.
Fernando Perez -
Show More
@@ -240,7 +240,7 b' div.output_area {'
240 /* This class is for the output subarea inside the output_area and after
240 /* This class is for the output subarea inside the output_area and after
241 the prompt div. */
241 the prompt div. */
242 div.output_subarea {
242 div.output_subarea {
243 padding: 0.4em;
243 padding: 0.4em 6.1em 0.4em 0.4em;
244 }
244 }
245
245
246 /* The rest of the output_* classes are for special styling of the different
246 /* The rest of the output_* classes are for special styling of the different
General Comments 0
You need to be logged in to leave comments. Login now