Selaa lähdekoodia

bugifx: fix style error

thanks @tranducit95 @Kim-Wing-Fung
chenshuai2144 6 vuotta sitten
vanhempi
commit
3535eb9291
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 }) => (
 const Layout: React.FC = ({ children }) => (
   <div
   <div
     style={{
     style={{
-      width: '100vh',
+      width: '100vw',
       height: '100vh',
       height: '100vh',
     }}
     }}
   >
   >