Explorar el Código

chore: style lint pass

benduran hace 3 semanas
padre
commit
f54ffad173
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  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;
     }