7 lines
94 B
CSS
7 lines
94 B
CSS
.chips {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
gap: var(--Space-x1);
|
|
}
|