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
2 changes: 1 addition & 1 deletion src/ActionList/Item.tsx
Original file line numberDiff line numberDiff line change
Expand Up@@ -162,7 +162,7 @@ export const Item = React.forwardRef<HTMLLIElement, ActionListItemProps>(
appearance: 'none',
background: 'unset',
border: 'unset',
width: '100%',
width: 'calc(100% - 16px)',
fontFamily: 'unset',
textAlign: 'unset',
marginY: 'unset',
Expand Down
14 changes: 7 additions & 7 deletions src/NavList/__snapshots__/NavList.test.tsx.snap
Original file line numberDiff line numberDiff line change
Expand Up@@ -55,7 +55,7 @@ exports[`NavList renders a simple list 1`] = `
appearance: none;
background: unset;
border: unset;
width: 100%;
width: calc(100% - 16px);
font-family: unset;
text-align: unset;
margin-top: unset;
Expand DownExpand Up@@ -139,7 +139,7 @@ exports[`NavList renders a simple list 1`] = `
appearance: none;
background: unset;
border: unset;
width: 100%;
width: calc(100% - 16px);
font-family: unset;
text-align: unset;
margin-top: unset;
Expand DownExpand Up@@ -456,7 +456,7 @@ exports[`NavList renders with groups 1`] = `
appearance: none;
background: unset;
border: unset;
width: 100%;
width: calc(100% - 16px);
font-family: unset;
text-align: unset;
margin-top: unset;
Expand DownExpand Up@@ -540,7 +540,7 @@ exports[`NavList renders with groups 1`] = `
appearance: none;
background: unset;
border: unset;
width: 100%;
width: calc(100% - 16px);
font-family: unset;
text-align: unset;
margin-top: unset;
Expand DownExpand Up@@ -888,7 +888,7 @@ exports[`NavList.Item with NavList.SubNav does not have active styles if SubNav
appearance: none;
background: unset;
border: unset;
width: 100%;
width: calc(100% - 16px);
font-family: unset;
text-align: unset;
margin-top: unset;
Expand DownExpand Up@@ -1008,7 +1008,7 @@ exports[`NavList.Item with NavList.SubNav does not have active styles if SubNav
appearance: none;
background: unset;
border: unset;
width: 100%;
width: calc(100% - 16px);
font-family: unset;
text-align: unset;
margin-top: unset;
Expand DownExpand Up@@ -1390,7 +1390,7 @@ exports[`NavList.Item with NavList.SubNav has active styles if SubNav contains t
appearance: none;
background: unset;
border: unset;
width: 100%;
width: calc(100% - 16px);
font-family: unset;
text-align: unset;
margin-top: unset;
Expand Down