Skip to content

Commit

Permalink
remove unused value
Browse files Browse the repository at this point in the history
  • Loading branch information
hussam-i-am committed Dec 30, 2024
1 parent 4cdfcce commit 18412e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/PageLayout/PageLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ const panePositions = {
const paneWidths = {
small: ['100%', null, '240px', '256px'],
medium: ['100%', null, '256px', '296px'],
large: ['100%', null, '256px', '320px', '336px'],
large: ['100%', null, '256px', '320px'],
}

const defaultPaneWidth = {small: 256, medium: 296, large: 320}
Expand Down

0 comments on commit 18412e8

Please sign in to comment.