Skip to content

Commit

Permalink
Prevent overflow in input areas (#1422)
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay authored Sep 23, 2020
1 parent 98a3805 commit 30bcf03
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions share/jupyter/nbconvert/templates/lab/index.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,16 @@ a.anchor-link {
.highlight {
margin: 0.4em;
}
/* Input area styling */
.jp-InputArea {
overflow: hidden;
}
.jp-InputArea-editor {
overflow: hidden;
}
@media print {
body {
margin: 0;
Expand Down

0 comments on commit 30bcf03

Please sign in to comment.