Przeglądaj źródła

Merge pull request #1972 from visuddhinanda/agile

width: "100%"
visuddhinanda 2 lat temu
rodzic
commit
d06d815a4f

+ 1 - 1
dashboard/src/components/template/Wbw/WbwDetailFm.tsx

@@ -204,7 +204,7 @@ const WbwDetailFmWidget = ({
   }, [factors]);
   }, [factors]);
 
 
   return (
   return (
-    <div>
+    <div style={{ width: "100%" }}>
       <div style={{ display: "flex", width: "100%" }}>
       <div style={{ display: "flex", width: "100%" }}>
         <Input
         <Input
           key="input"
           key="input"