Parcourir la source

Fix lint error

Jason Grout il y a 6 ans
Parent
commit
51c1ca8699
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/outputarea/style/index.css

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

@@ -175,5 +175,5 @@ body.p-mod-override-cursor .jp-OutputArea-output.jp-mod-isolated:before {
 }
 
 .jp-LinkedOutputView .jp-OutputArea-output:only-child {
-   height: 100%;
+  height: 100%;
 }