Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/PostHog/posthog into dete…
Browse files Browse the repository at this point in the history
…ct-stale-flags
  • Loading branch information
havenbarnes committed Dec 2, 2024
2 parents 3b6a43a + 025b3b6 commit e6727a7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/src/scenes/products/Products.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export function Products(): JSX.Element {
const { selectedProducts, firstProductOnboarding } = useValues(productsLogic)

return (
<div className="flex flex-col flex-1 w-full px-6 items-center justify-center bg-bg-3000 h-[calc(100vh-var(--breadcrumbs-height-full)-2*var(--scene-padding))]">
<div className="flex flex-col flex-1 w-full px-6 items-center justify-center bg-bg-3000">
<>
<div className="flex flex-col justify-center flex-grow items-center">
<div className="mb-8">
Expand Down

0 comments on commit e6727a7

Please sign in to comment.