Skip to content

Commit

Permalink
Merge pull request #24411 from storybookjs/bring-back-role-main
Browse files Browse the repository at this point in the history
UI: Bring back role main
  • Loading branch information
cdedreuille authored Oct 9, 2023
2 parents 37ada8b + ada31cf commit b5c7167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ui/manager/src/components/preview/utils/components.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { styled } from '@storybook/theming';
import { Link } from '@storybook/router';

export const PreviewContainer = styled.div({
export const PreviewContainer = styled.main({
display: 'flex',
flexDirection: 'column',
width: '100%',
Expand Down

0 comments on commit b5c7167

Please sign in to comment.