Skip to content

Commit

Permalink
fix: storybook spacing in component preview (#427)
Browse files Browse the repository at this point in the history
fix: fix storybook spacing in component preview
  • Loading branch information
melaniebmn authored Feb 8, 2024
1 parent 424b138 commit df39443
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/web/.storybook/preview-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
border: none !important;
}

/* Copy & hide code btns */
.docs-story > .css-1wjen9k {
padding-block-end: var(--gcds-spacing-700);
/* Add space between component preview + copy & hide code btns */
.docs-story .sb-story {
padding-block-end: var(--gcds-spacing-500);
}

.docs-story .css-25bv1u,
Expand Down

0 comments on commit df39443

Please sign in to comment.