Skip to content

Commit

Permalink
fix: table안에 값이 height를 넘어가면 글자가 짤리는 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JJIIIINN committed Aug 29, 2023
1 parent 491833d commit cffe65a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/table/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ const TBody = styled.div`
const BodyCell = styled.div<{ width?: number }>`
display: flex;
justify-content: center;
align-items: center;
border: 1px solid ${C.gray40};
${F.font.Heading5};
width: ${({ width }) => width + '%'};
Expand Down

0 comments on commit cffe65a

Please sign in to comment.