Skip to content

Commit

Permalink
fix: remove px for all page headers, ref #5802
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Aug 29, 2024
1 parent d746f00 commit ba20d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/features/container/headers/page.header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function PageHeader({
const canGoBack = !isSummaryPage;

return (
<Header>
<Header px='space.00'>
<HeaderGrid
leftCol={
<>
Expand Down

0 comments on commit ba20d88

Please sign in to comment.