Skip to content

Commit 0f30fce

Browse files
Merge pull request #92 from plotly/renderers-css-fixup
Fix CSS on /python/renderers
2 parents 8e3605e + 5f67e3d commit 0f30fce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

all_static/css/main.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6731,7 +6731,6 @@ div#notebook_panel {
67316731
height: 100%; }
67326732

67336733
#notebook {
6734-
font-size: 14px;
67356734
line-height: 20px;
67366735
overflow-y: hidden;
67376736
overflow-x: auto;
@@ -6741,8 +6740,7 @@ div#notebook_panel {
67416740
outline: none;
67426741
box-sizing: border-box;
67436742
-moz-box-sizing: border-box;
6744-
-webkit-box-sizing: border-box;
6745-
min-height: 100%; }
6743+
-webkit-box-sizing: border-box; }
67466744

67476745
@media not print {
67486746
#notebook-container {

0 commit comments

Comments
 (0)