Browse Source

:fire: <Col span="6"></Col>

visuddhinanda 3 years ago
parent
commit
24c4b6744c
1 changed files with 1 additions and 6 deletions
  1. 1 6
      dashboard/src/pages/library/anthology/show.tsx

+ 1 - 6
dashboard/src/pages/library/anthology/show.tsx

@@ -13,12 +13,7 @@ const Widget = () => {
       <Row>
       <Row>
         <Col flex="auto"></Col>
         <Col flex="auto"></Col>
         <Col flex={pageMaxWidth}>
         <Col flex={pageMaxWidth}>
-          <Row>
-            <Col span="18">
-              <AnthologyDetail aid={id} />
-            </Col>
-            <Col span="6"></Col>
-          </Row>
+          <AnthologyDetail aid={id} />
         </Col>
         </Col>
         <Col flex="auto"></Col>
         <Col flex="auto"></Col>
       </Row>
       </Row>