Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
Comment thread
ling1726 marked this conversation as resolved.
Comment thread
ling1726 marked this conversation as resolved.
"type": "patch",
"comment": "fix: MenuItem content should be spaced 12px from the boundary",
"packageName": "@fluentui/react-menu",
"email": "lingfangao@hotmail.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ const useStyles = makeStyles({
position: 'relative',
color: tokens.colorNeutralForeground2,
backgroundColor: tokens.colorNeutralBackground1,
paddingRight: '10px',
paddingLeft: '10px',
paddingRight: '6px',
paddingLeft: '6px',
height: '32px',
display: 'flex',
alignItems: 'center',
Expand Down