Skip to content

Commit

Permalink
fixup: increase content length
Browse files Browse the repository at this point in the history
  • Loading branch information
IamShobe committed Jan 4, 2025
1 parent e5010b7 commit c1b495b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundle/LocalContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import MainContent from '~core/MainContent';

export const LocalContent = ({query}: {query: string}) => {
return (
<main style={{width: "100%", height: 500, display: "flex"}}>
<main style={{width: "100%", height: 700, display: "flex", overflow: "hidden"}}>
<MainContent controller={MockController}
initialQuery={query}
/>
Expand Down

0 comments on commit c1b495b

Please sign in to comment.