소스 검색

bugifx: fix style error

thanks @tranducit95 @Kim-Wing-Fung
chenshuai2144 6 년 전
부모
커밋
3535eb9291
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/layouts/BlankLayout.tsx

+ 1 - 1
src/layouts/BlankLayout.tsx

@@ -3,7 +3,7 @@ import React from 'react';
 const Layout: React.FC = ({ children }) => (
   <div
     style={{
-      width: '100vh',
+      width: '100vw',
       height: '100vh',
     }}
   >