Skip to content

Commit 29b878d

Browse files
authored
[NO-JIRA][BpkChipGroup] Fix chip alignment with leading icons (#3764)
* [NO-JIRA][BpkChipGroup] Remove align-items: baseline; on chip group as it breaks alignment if any chip has an icon * [NO-JIRA][BpkChipGroup] Set `align-items: center` instead of `baseline`.
1 parent be76764 commit 29b878d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bpk-component-chip-group/src/BpkChipGroup.module.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
display: flex;
3232
margin: 0;
3333
padding: tokens.bpk-spacing-sm();
34-
align-items: baseline;
34+
align-items: center;
3535
border: none;
3636
gap: tokens.bpk-spacing-md();
3737

0 commit comments

Comments
 (0)