Skip to content

Commit

Permalink
Increase horizontal whitespace on Storybook wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Nov 28, 2023
1 parent 15c049e commit 2e6e113
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions storybook/storybook-overrides.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
/* stylelint-disable */

.sbdocs-wrapper {
padding-inline: 8vw !important;
}

.sbdocs-content > :is(h1, h2, h3, h4, h5, h6, p),
.sbdocs-content > div :is(h1, h2, h3, h4, h5, h6, p),
.sbdocs-content :where(li:not(.sb-anchor, .sb-unstyled, .sb-unstyled li)) {
Expand Down

0 comments on commit 2e6e113

Please sign in to comment.