1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
<style> html, body { margin: 0; height: 100%; } storybook-dynamic-app-root { display: flex; flex-direction: column; justify-content: center; height: 100%; padding: 25px; } storybook-dynamic-app-root>ng-component { margin: 0 auto; } </style>