Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Marin Atanasov <[email protected]>
  • Loading branch information
ntsekouras and tyxla authored Dec 18, 2024
1 parent 6ba8e0f commit 80c6ce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion storybook/decorators/with-max-width-wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import styled from '@emotion/styled';
const maxWidthWrapperMap = {
none: 0,
'wordpress-sidebar': 248,
'large-container': 960,
'small-container': 600,
'large-container': 960,
};

const Indicator = styled.div`
Expand Down
2 changes: 1 addition & 1 deletion storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ export const globalTypes = {
items: [
{ value: 'none', title: 'None' },
{ value: 'wordpress-sidebar', title: 'WP Sidebar' },
{ value: 'large-container', title: 'Large container' },
{ value: 'small-container', title: 'Small container' },
{ value: 'large-container', title: 'Large container' },
],
},
},
Expand Down

0 comments on commit 80c6ce4

Please sign in to comment.