mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 13:39:22 +01:00
Fixes
This commit is contained in:
parent
ed84770a67
commit
b866feb735
@ -155,7 +155,6 @@
|
||||
|
||||
.TopBar3000__actions {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
gap: 0.5rem;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
|
@ -102,7 +102,9 @@ export function TopBar(): JSX.Element | null {
|
||||
)}
|
||||
<Here breadcrumb={breadcrumbs[breadcrumbs.length - 1]} isOnboarding={isOnboarding} />
|
||||
</div>
|
||||
<MetalyticsSummary />
|
||||
<div className="shrink-1">
|
||||
<MetalyticsSummary />
|
||||
</div>
|
||||
<div className="TopBar3000__actions border-danger" ref={setActionsContainer} />
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user