Skip to content

Commit

Permalink
fix: remove px for all page headers above sm, ref #5802
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Aug 29, 2024
1 parent ba20d88 commit 6867e20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/features/container/headers/page.header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ export function PageHeader({
// pages with nested dialogs specify onBackLocation to prevent navigate(-1) re-opening the dialog
const onGoBack = onBackLocation ? () => navigate(onBackLocation) : () => navigate(-1);
const canGoBack = !isSummaryPage;

return (
<Header px='space.00'>
<Header px={{ base: 'space.04', sm: 'space.00' }}>
<HeaderGrid
leftCol={
<>
Expand Down

0 comments on commit 6867e20

Please sign in to comment.