Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add margin bottom show hide to align with nav buttons and section header
Browse files Browse the repository at this point in the history
abeddow91 committed Jan 30, 2025
1 parent a0e8ca9 commit 5ced06d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotcom-rendering/src/components/ShowHideButton.tsx
Original file line number Diff line number Diff line change
@@ -11,6 +11,7 @@ type Props = {
const showHideButtonCss = css`
${textSans14};
margin-right: ${space[2]}px;
margin-bottom: ${space[2]}px;
position: relative;
text-decoration: none;
&.hidden {

0 comments on commit 5ced06d

Please sign in to comment.