Skip to content

Commit

Permalink
set items-stretch to main tag
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Laske <37439758+laske185@users.noreply.github.com>
  • Loading branch information
laske185 authored Oct 24, 2024
1 parent 2f24cf2 commit 118381c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/samples/react/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const App: FC = () => {
/>
)}

<main className="flex flex-col items-start p-4" id="route-container">
<main className="flex flex-col items-stretch p-4" id="route-container">
{!hideMenus && isDraftTheme(theme) && <KolBadge className="block mb-3" _label="DRAFT" _color="#db5461" />}
<Routes>
{ROUTE_TREE}
Expand Down

0 comments on commit 118381c

Please sign in to comment.