Browse Source

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

visuddhinanda 2 năm trước cách đây
mục cha
commit
9a8b5498ba

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

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