Skip to content

Commit

Permalink
fix(core): Aligns items horizontally in the Chip component
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisvigoureux authored and michaelbromley committed Sep 8, 2023
1 parent e6f95b3 commit 19d3e51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
padding: 5px 8px;
white-space: nowrap;
display: flex;
align-items: baseline;
align-items: center;
gap: 2px;
}

Expand Down

0 comments on commit 19d3e51

Please sign in to comment.