소스 검색

remove extra padding key

AykutSarac 2 년 전
부모
커밋
a7a202f535
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/components/CustomNode/styles.tsx

+ 0 - 1
src/components/CustomNode/styles.tsx

@@ -70,7 +70,6 @@ export const StyledKey = styled.span<{
   font-size: ${({ parent }) => parent && "14px"};
   overflow: hidden;
   text-overflow: ellipsis;
-  padding: 7px;
 `;
 
 export const StyledRow = styled.span.attrs<{