Skip to content

Commit

Permalink
fix(website): storybook was hard-setting preview height
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Mathis <smathis@vmware.com>
  • Loading branch information
Scott Mathis authored and mathisscott committed Mar 10, 2022
1 parent a2606dd commit 1eb682c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/.storybook/public/preview.css
Expand Up @@ -116,6 +116,10 @@ pre.prismjs {
background: var(--cds-global-color-gray-50) !important;
}

.docs-story [class*='css-'] {
height: unset;
}

.docs-story > div:last-child button {
background: var(--cds-alias-object-container-background) !important;
color: var(--cds-global-typography-color-500) !important;
Expand Down

0 comments on commit 1eb682c

Please sign in to comment.