Skip to content

Commit 487154e

Browse files
committed
fix(core): nav item line-height with Emoji (#8148)
1 parent 817842c commit 487154e

File tree

1 file changed

+1
-0
lines changed
  • packages/frontend/core/src/modules/explorer/views/tree

1 file changed

+1
-0
lines changed

packages/frontend/core/src/modules/explorer/views/tree/node.css.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export const itemContent = style({
5959
alignItems: 'center',
6060
flex: 1,
6161
color: cssVarV2('text/primary'),
62+
lineHeight: cssVar('lineHeight'),
6263
});
6364
export const postfix = style({
6465
display: 'flex',

0 commit comments

Comments
 (0)