Skip to content

Commit e0ec802

Browse files
committed
fix: layout height
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent 1e7b91b commit e0ec802

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/renderer/components/layout/AppLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const AppLayout: FC<AppLayoutProps> = ({ children }) => {
1818
};
1919

2020
return (
21-
<div className="flex min-h-screen bg-gitify-background">
21+
<div className="flex flex-col min-h-screen bg-gitify-background">
2222
{/* Hidden focus sentinel; grabs initial focus via callback ref */}
2323
<button
2424
aria-label="initial focus"

src/renderer/components/layout/__snapshots__/AppLayout.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)