Browse Source

chore: style lint pass

benduran 3 tuần trước cách đây
mục cha
commit
f54ffad173

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