Skip to content

Commit 83eba76

Browse files
committed
enhance(ui): ModuleInfo - comman between chunks
1 parent 5fc2d02 commit 83eba76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ui/src/components/module-info/module-info.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
font-size: 1em;
1111
}
1212

13-
.chunksItem + .chunksItem {
14-
margin-left: var(--space-xxxsmall);
13+
.chunksItem + .chunksItem::before {
14+
content: ', ';
1515
}

0 commit comments

Comments
 (0)