Skip to content

Commit

Permalink
Update the padding bottom for tabblocks (#1525)
Browse files Browse the repository at this point in the history
  • Loading branch information
louisachu authored Jul 7, 2023
1 parent cb693f6 commit 901459c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-theme-aio/src/components/Tabs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ const TabsBlock = ({
max-width: 100%;
overflow-x:hidden !important;
margin: 0;
padding-bottom: calc(var(--spectrum-global-dimension-size-1250) + var(--spectrum-global-dimension-size-250));
padding-bottom: var(--spectrum-global-dimension-size-250);
`}
>
<div
Expand Down

0 comments on commit 901459c

Please sign in to comment.