瀏覽代碼

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;
     }