Skip to content

Commit

Permalink
fix spacing between tables
Browse files Browse the repository at this point in the history
  • Loading branch information
evwilkin committed Jul 14, 2024
1 parent 6dd16e2 commit b71c4ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export const TokensTableCategories = ({ tokenJson, formatThemeText = capitalize
return (
<>
<Title headingLevel="h2">{formatThemeText(layerName)} tokens</Title>
<Table variant="compact" style={{ marginInlineEnd: `var(pf-t--global--spacer--lg)` }}>
<Table variant="compact" style={{ marginBlockEnd: `var(--pf-t--global--spacer--xl)` }}>
<Thead>
<Tr>
{/* Only semantic tokens have description, adjust columns accordingly */}
Expand Down

0 comments on commit b71c4ae

Please sign in to comment.