diff --git a/ui/src/pages/Admin/Write/index.tsx b/ui/src/pages/Admin/Write/index.tsx index 36c8cd47..c24b41b5 100644 --- a/ui/src/pages/Admin/Write/index.tsx +++ b/ui/src/pages/Admin/Write/index.tsx @@ -43,7 +43,7 @@ const Legal: FC = () => { recommend_tags: { 'ui:widget': 'textarea', 'ui:options': { - rows: 5, + rows: 10, }, }, required_tag: { @@ -52,7 +52,7 @@ const Legal: FC = () => { reserved_tags: { 'ui:widget': 'textarea', 'ui:options': { - rows: 5, + rows: 10, }, }, };