We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2cf408 commit c25b798Copy full SHA for c25b798
.changeset/blue-singers-switch.md
@@ -0,0 +1,5 @@
1
+---
2
+"@digdir/designsystemet-css": patch
3
4
+
5
+Chip: Support wrapping in group
packages/css/chip.css
@@ -97,11 +97,13 @@
97
.ds-chip--group-container {
98
--dsc-chip-group-gap: var(--ds-spacing-2);
99
100
+ align-items: center;
101
display: flex;
102
+ flex-wrap: wrap;
103
gap: var(--dsc-chip-group-gap);
- list-style-type: none;
- padding: 0;
104
+ list-style: none;
105
margin: 0;
106
+ padding: 0;
107
}
108
109
.ds-chip--group-container.ds-chip--sm {
0 commit comments