Skip to content

Commit

Permalink
Pad bottom of srcbook page
Browse files Browse the repository at this point in the history
  • Loading branch information
benjreinhart committed Jul 15, 2024
1 parent c71b23c commit f47a90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/routes/session.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function Session(props: { session: SessionType; channel: SessionChannel }) {
<SessionMenu session={session} />

{/* At the xl breakpoint, the sessionMenu appears inline so we pad left to balance*/}
<div className="px-[72px] xl:pl-[100px]">
<div className="px-[72px] xl:pl-[100px] pb-28">
<TitleCell cell={titleCell as TitleCellType} onUpdateCell={onUpdateCell} />

<PackageJsonCell
Expand Down

0 comments on commit f47a90c

Please sign in to comment.