Skip to content

Commit

Permalink
Merge pull request #38 from etchteam/feature/etch-459-label-styles-ar…
Browse files Browse the repository at this point in the history
…e-leaking-into-controls

fix: stop label styles leaking into storybook controls
  • Loading branch information
mergify[bot] authored Feb 26, 2024
2 parents 18cfb29 + 06b79cd commit 899efeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import 'modern-normalize/modern-normalize.css';
import '../styles/tokens.css';
import '../styles/base.css';
import '../styles/themes.css';
import './styles.css'; // Storybook style overrides
// @ts-ignore-next-line
import.meta.glob('../components/**/*.css', { eager: true });

Expand Down
3 changes: 3 additions & 0 deletions .storybook/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.docblock-argstable-body label {
min-height: auto;
}

0 comments on commit 899efeb

Please sign in to comment.