Explorar el Código

bugifx: fix style error

thanks @tranducit95 @Kim-Wing-Fung
chenshuai2144 hace 6 años
padre
commit
3535eb9291
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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',
     }}
   >