Skip to content

Commit

Permalink
Get rid of output area prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout committed Mar 29, 2018
1 parent 377594c commit b141eb7
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions packages/html-manager/css/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/

.jp-OutputArea-child {
margin-top: 1em;
margin-bottom: 1em;
}

.jp-RenderedText pre {
padding-left: 1em;
padding-top: 0.8em;
padding-bottom: 0.8em;
.jupyter-widgets.widget-output .jp-OutputArea-prompt {
display: none;
}

0 comments on commit b141eb7

Please sign in to comment.