Skip to content

Commit

Permalink
put the body padding back in storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
sstraatemans committed Oct 29, 2024
1 parent f980fb7 commit 79691a5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/libs/kode-ui/.storybook/global.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,3 @@ globalStyle('pre.prismjs > div, pre.prismjs > div span, code', {
globalStyle('code', {
fontWeight: vars.fontWeights.$semiBold,
});

globalStyle('body', {
padding: '0!important',
});

0 comments on commit 79691a5

Please sign in to comment.