##// END OF EJS Templates
Word-wrap output correctly in the notebook; prevents excessive scrolling....
Fernando Perez -
Show More
@@ -351,3 +351,8 b' div.text_cell_render {'
351
351
352 .shortcut_descr {
352 .shortcut_descr {
353 }
353 }
354
355 /* Word-wrap output correctly. This is the CSS3 spelling, though Firefox seems
356 to not honor it correctly. Webkit browsers (Chrome, rekonq, Safari) do.
357 */
358 pre, code, kbd, samp { white-space: pre-wrap; }
General Comments 0
You need to be logged in to leave comments. Login now