Skip to content

Commit

Permalink
chore(PPDSC-2229): update storybook container styles (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenitsn authored Jul 29, 2022
1 parent af7abd7 commit cea108f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ const Container = styled.div`
max-width: 1024px;
max-height: 768px;
overflow: hidden;
padding: 16px;
box-sizing: border-box;
`;
const Background = ({children}) => (
<BackgroundColor>
Expand Down

0 comments on commit cea108f

Please sign in to comment.