소스 검색

fix graph layout

AykutSarac 3 년 전
부모
커밋
02d249ce8f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/pages/editor/index.tsx

+ 0 - 1
src/pages/editor/index.tsx

@@ -6,7 +6,6 @@ import { LiveEditor } from "./LiveEditor";
 
 const StyledPageWrapper = styled.div`
   display: flex;
-  width: 100%;
 `;
 
 const StyledEditorWrapper = styled.div`