Skip to content

Commit

Permalink
Adding box-sizing: border-box to preview
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed Apr 10, 2024
1 parent 343696c commit fd22d17
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .storybook/preview-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
/>

<style type="text/css">
*,
*::before,
*::after {
box-sizing: border-box;
}

body {
background: var(--seq-colors-background-primary);
}
Expand Down

0 comments on commit fd22d17

Please sign in to comment.