Skip to content

Commit

Permalink
fix: remove duplicate box-sizing style from storybook-decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
castastrophe authored and Westbrook committed Jan 12, 2022
1 parent da4feff commit 3f45dd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/story-decorator/src/StoryDecorator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ export class StoryDecorator extends SpectrumElement {
2 * var(--spectrum-alias-focus-ring-size) +
var(--spectrum-alias-item-height-m)
);
box-sizing: border-box;
background-color: var(--spectrum-global-color-gray-100);
color: var(
--spectrum-body-text-color,
Expand Down

0 comments on commit 3f45dd7

Please sign in to comment.