浏览代码

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<{