소스 검색

Fix lint error

Jason Grout 6 년 전
부모
커밋
51c1ca8699
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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%;
 }