Skip to content

Commit

Permalink
Update main.css and Sandpack.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz committed Aug 31, 2022
1 parent 4135c95 commit feaf291
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sandpack-react/.storybook/main.css
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ p {
display: grid;
grid-template-columns: 200px 400px 400px;
grid-template-rows: repeat(2, 250px);
gap: 1;
gap: 1px;
}

.playground-grid .sp-file-explorer {
2 changes: 1 addition & 1 deletion sandpack-react/src/presets/Sandpack.tsx
Original file line number Diff line number Diff line change
@@ -107,7 +107,7 @@ export const Sandpack: SandpackInternal = (props) => {
onClick={(): void => setConsoleVisibility((prev) => !prev)}
/>
) : undefined;
console.log(rightColumnItemHeight(consoleVisibility ? 1.5 : 1));

return (
<SandpackProvider
customSetup={props.customSetup}

0 comments on commit feaf291

Please sign in to comment.