Skip to content

Commit

Permalink
Merge pull request #26530 from storybookjs/fix/active-viewport-size-n…
Browse files Browse the repository at this point in the history
…ot-centered

Viewport: Fix missing style
(cherry picked from commit b071c44)
  • Loading branch information
jonniebigodes authored and storybook-bot committed Mar 26, 2024
1 parent 4f2bdf0 commit 9d9c298
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/addons/viewport/src/Tool.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const flip = ({ width, height, ...styles }: ViewportStyles) => ({

const ActiveViewportSize = styled.div(() => ({
display: 'inline-flex',
alignItems: 'center',
}));

const ActiveViewportLabel = styled.div(({ theme }) => ({
Expand Down

0 comments on commit 9d9c298

Please sign in to comment.