mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Word-wrap output correctly in the notebook; prevents excessive scrolling.
Firefox seems to not honor it correctly, but Webkit browsers (Chrome, rekonq, Safari) do.
This commit is contained in:
parent
425de1bd73
commit
a852c75dd7
@ -351,3 +351,8 @@ div.text_cell_render {
|
|||||||
|
|
||||||
.shortcut_descr {
|
.shortcut_descr {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Word-wrap output correctly. This is the CSS3 spelling, though Firefox seems
|
||||||
|
to not honor it correctly. Webkit browsers (Chrome, rekonq, Safari) do.
|
||||||
|
*/
|
||||||
|
pre, code, kbd, samp { white-space: pre-wrap; }
|
||||||
|
Loading…
Reference in New Issue
Block a user