Skip to content

Commit

Permalink
Fit height to content (#13125)
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 authored Jan 13, 2025
1 parent a6ca5dd commit f5d3781
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotcom-rendering/src/components/FrontSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ const primaryLevelTopBorder = css`
border-top: 2px solid ${schemePalette('--section-border-primary')};
/** Ensures the top border sits above the side borders */
z-index: 1;
height: fit-content;
`;

const secondaryLevelTopBorder = css`
Expand Down

0 comments on commit f5d3781

Please sign in to comment.