Skip to content

Commit

Permalink
fix: CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
can-keklik committed Sep 26, 2024
1 parent 90acdd6 commit 6c7f90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lykiadb-playground/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const MainView = dynamic(() => import('./main'), {
export default function Home() {
return (
<main className="min-h-screen">
<div className="h-screen p-6">
<div className="h-screen">
<MainView
defaultLayout={undefined}
defaultCollapsed={undefined}
Expand Down

0 comments on commit 6c7f90f

Please sign in to comment.