Skip to content

Commit f54ffad

Browse files
committed
chore: style lint pass
1 parent 4a0378c commit f54ffad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/component-library/src/EntityList/index.module.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@
5555
align-items: center;
5656
display: flex;
5757
flex-flow: row nowrap;
58-
gap: theme.spacing(
59-
2
60-
); // give items a little breathing room if text is long
58+
gap: theme.spacing(2);
6159
justify-content: space-between;
6260
}
6361

0 commit comments

Comments
 (0)