Преглед изворни кода

Full height output in mirrored output area

Sylvain Corlay пре 6 година
родитељ
комит
ffc8eefbfa
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      packages/outputarea/style/index.css

+ 3 - 3
packages/outputarea/style/index.css

@@ -170,10 +170,10 @@ body.p-mod-override-cursor .jp-OutputArea-output.jp-mod-isolated:before {
 |----------------------------------------------------------------------------*/
 
 .jp-LinkedOutputView .jp-OutputArea {
-  height: calc(100%);
+  height: 100%;
   display: block;
 }
 
-.jp-LinkedOutputView .jp-OutputArea-child:only-child {
-  height: calc(100%);
+.jp-LinkedOutputView .jp-OutputArea-output:only-child {
+   height: 100%;
 }