소스 검색

style(ContentAreaLarge): set child elements height to 100%, affecting bodyposition list

sw 1 개월 전
부모
커밋
2ad94794bf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/exam/ContentAreaLarge.tsx

+ 1 - 1
src/pages/exam/ContentAreaLarge.tsx

@@ -80,7 +80,7 @@ const ContentAreaLarge = () => {
   return (
     <Row>
       <Col span={16}>
-        <Row gutter={16}>
+        <Row gutter={16} className="h-full">
           <Col span={6} className="flex flex-col">
             <BodyPositionList layout="vertical"></BodyPositionList>
           </Col>