mirror of
https://github.com/remko/waforth
synced 2024-12-26 09:59:09 +01:00
thurtle/notebook: Wrap output
This commit is contained in:
parent
78ca0bf8ec
commit
592c0f8ffd
2 changed files with 3 additions and 1 deletions
|
@ -75,6 +75,7 @@ code.raw-code-cell {
|
|||
padding: 0.5em 1em;
|
||||
border-radius: 0.25em;
|
||||
margin: 0;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.code-cell .editor {
|
||||
|
|
|
@ -39,7 +39,8 @@
|
|||
|
||||
.output {
|
||||
font-size: 0.75em;
|
||||
overflow: auto;
|
||||
overflow-y: auto;
|
||||
white-space: pre-wrap;
|
||||
height: calc(
|
||||
100vh - 438px
|
||||
); /* hack because i can't figure out how to auto scale this */
|
||||
|
|
Loading…
Reference in a new issue