visuddhinanda 3 лет назад
Родитель
Сommit
6cb8e2b00a
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      dashboard/src/pages/studio/group/show.tsx

+ 2 - 2
dashboard/src/pages/studio/group/show.tsx

@@ -29,10 +29,10 @@ const Widget = () => {
       }
     >
       <Row>
-        <Col flex="auto">
+        <Col flex="auto" style={{ paddingRight: 10 }}>
           <GroupFile groupId={groupId} />
         </Col>
-        <Col flex="400px">
+        <Col flex="380px">
           <GroupMember groupId={groupId} />
         </Col>
       </Row>