Skip to content

Commit

Permalink
Merge pull request #1891 from AashishSinghal/main
Browse files Browse the repository at this point in the history
Bug Fix #1847 - Fix Sidebar Height in Chikorita template
  • Loading branch information
AmruthPillai committed May 20, 2024
2 parents 868e6de + 94eb549 commit 5d0c92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/artboard/src/templates/chikorita.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ export const Chikorita = ({ columns, isFirstPage = false }: TemplateProps) => {
const [main, sidebar] = columns;

return (
<div className="grid h-full grid-cols-3">
<div className="grid min-h-[inherit] grid-cols-3">
<div className="main p-custom group col-span-2 space-y-4">
{isFirstPage && <Header />}

Expand Down

0 comments on commit 5d0c92e

Please sign in to comment.