소스 검색

chore: style lint pass

benduran 3 주 전
부모
커밋
f54ffad173
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      packages/component-library/src/EntityList/index.module.scss

+ 1 - 3
packages/component-library/src/EntityList/index.module.scss

@@ -55,9 +55,7 @@
       align-items: center;
       display: flex;
       flex-flow: row nowrap;
-      gap: theme.spacing(
-        2
-      ); // give items a little breathing room if text is long
+      gap: theme.spacing(2);
       justify-content: space-between;
     }