فهرست منبع

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