Skip to content

Commit

Permalink
add viewport addon to the angualar example project + add css fix for …
Browse files Browse the repository at this point in the history
…scale actions on firefox
  • Loading branch information
BartJanvanAssen committed Jun 2, 2021
1 parent d7fd97b commit 7a5d4d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/angular-cli/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
'@storybook/addon-controls',
'@storybook/addon-storysource',
'@storybook/addon-actions',
'@storybook/addon-viewport',
'@storybook/addon-links',
'@storybook/addon-jest',
'@storybook/addon-backgrounds',
Expand Down
1 change: 1 addition & 0 deletions lib/core-common/src/templates/base-preview-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
margin: 0;
padding: 1rem;
display: block;
box-sizing: border-box;
}

.sb-wrapper {
Expand Down

0 comments on commit 7a5d4d9

Please sign in to comment.