Skip to content

Commit

Permalink
Fix plotly height
Browse files Browse the repository at this point in the history
  • Loading branch information
gnestor committed Feb 13, 2018
1 parent 157ec18 commit a7582f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plotly-extension/style/index.css
Expand Up @@ -23,7 +23,7 @@

/* Output styles */
.jp-OutputArea .jp-RenderedPlotly {
height: 360px;
min-height: 360px;
}

/* Document icon */
Expand Down

0 comments on commit a7582f4

Please sign in to comment.