Browse Source

<Typography.Paragraph style={{ width: "100%" }}>

visuddhinanda 2 years ago
parent
commit
9a8b5498ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/src/components/template/SentEdit/SentCellEditable.tsx

+ 1 - 1
dashboard/src/components/template/SentEdit/SentCellEditable.tsx

@@ -118,7 +118,7 @@ const SentCellEditableWidget = ({
   };
   };
 
 
   return (
   return (
-    <Typography.Paragraph>
+    <Typography.Paragraph style={{ width: "100%" }}>
       <TermTextArea
       <TermTextArea
         value={value}
         value={value}
         menuOptions={termList}
         menuOptions={termList}