Parcourir la source

fix graph layout

AykutSarac il y a 3 ans
Parent
commit
02d249ce8f
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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`