Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
feat(municipalities): updated GmLayout component to remove unnecessar…
Browse files Browse the repository at this point in the history
…y spacing to achieve consistency; (#4732)

Co-authored-by: VWSCoronaDashboard26 <[email protected]>
  • Loading branch information
VWSCoronaDashboard26 and VWSCoronaDashboard26 authored Apr 12, 2023
1 parent 4eba3a9 commit 73503e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/domain/layout/gm-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export function GmLayout(props: GmLayoutProps) {
marginX="auto"
spacing={1}
>
<Box paddingX={space[3]} paddingBottom={space[4]} spacing={1}>
<Box paddingX={space[3]}>
<Heading id="sidebar-title" level={2} variant="h3">
<VisuallyHidden as="span">{commonTexts.gemeente_layout.headings.sidebar}</VisuallyHidden>
{municipalityName}
Expand Down

0 comments on commit 73503e5

Please sign in to comment.