ソースを参照

Merge pull request #1972 from visuddhinanda/agile

width: "100%"
visuddhinanda 2 年 前
コミット
d06d815a4f
1 ファイル変更1 行追加1 行削除
  1. 1 1
      dashboard/src/components/template/Wbw/WbwDetailFm.tsx

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

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