Skip to content

Commit

Permalink
fix: eliminate overflow issue on build.washingtonpost.com code exampl…
Browse files Browse the repository at this point in the history
…es [SRED-173] (#368)

fix: eliminate overflow issue on build.washingtonpost.com code examples [SRED-173]
  • Loading branch information
hs4man21 authored Apr 4, 2023
1 parent 1b55621 commit 8406ade
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const Code = (props) => {
width: "100%",
display: "grid",
backgroundColor: theme.colors.gray500,
overflow: "scroll"
}}
>
<Sandbox
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ const Pre = ({ children, withPreview, isGuide = "none", hideNavBar }) => {
marginBottom: "$050",
marginTop: "$050",
display: "block",
"@sm": {
width: "100vw",
},
}}
>
{React.cloneElement(children, {
Expand Down

4 comments on commit 8406ade

@vercel
Copy link

@vercel vercel bot commented on 8406ade Apr 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wpds-ui-kit-vitejs-example – ./apps/vite-project

wpds-ui-kit-vitejs-example-git-main.preview.now.washingtonpost.com
wpds-ui-kit-vitejs-example.preview.now.washingtonpost.com

@vercel
Copy link

@vercel vercel bot commented on 8406ade Apr 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 8406ade Apr 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wpds-ui-kit – ./build.washingtonpost.com

wpds-ui-kit-git-main.preview.now.washingtonpost.com
wpds-ui-kit.preview.now.washingtonpost.com
build.washingtonpost.com

@vercel
Copy link

@vercel vercel bot commented on 8406ade Apr 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wpds-ui-kit-storybook – ./

wpds-ui-kit-storybook.preview.now.washingtonpost.com
wpds-ui-kit-storybook-git-main.preview.now.washingtonpost.com

Please sign in to comment.