From 00212578beb2ea8fc7cce9d6cd4e167e565d1d6d 2011-11-01 05:57:54 From: Fernando Perez Date: 2011-11-01 05:57:54 Subject: [PATCH] Fix CSS so word wrapping stays within output box. --- diff --git a/IPython/frontend/html/notebook/static/css/notebook.css b/IPython/frontend/html/notebook/static/css/notebook.css index 04ac2ad..22458a7 100644 --- a/IPython/frontend/html/notebook/static/css/notebook.css +++ b/IPython/frontend/html/notebook/static/css/notebook.css @@ -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