Skip to content

Commit

Permalink
Fix link icon gap (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwooding authored Jul 12, 2024
1 parent d094e30 commit fb68909
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/lucky-colts-hang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@jpmorganchase/mosaic-components': patch
---

Fixed links not having a gap between the text and icon.
2 changes: 1 addition & 1 deletion packages/components/src/Icon/styles.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { style } from '@vanilla-extract/css';

export default {
root: style({
display: 'contents'
display: 'inline-flex'
})
};

0 comments on commit fb68909

Please sign in to comment.