Skip to content

Commit

Permalink
Merge pull request #640 from Ienzi/pull-request
Browse files Browse the repository at this point in the history
Add tachyons class to the below element of ExtensionPoint
  • Loading branch information
danzanzini authored Dec 22, 2022
2 parents e96d6b6 + ece22c2 commit 199edfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- Added new tachyons className for wrapped component.

## [8.132.6] - 2022-06-06

## Reverted
Expand Down
2 changes: 1 addition & 1 deletion react/components/ExtensionPoint/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function withOuterExtensions(
<Fragment key={`wrapped-${treePath}`}>
<LazyImages>{beforeElements}</LazyImages>
{element}
{isRootTreePath && <div className="flex flex-grow-1" />}
{isRootTreePath && <div className="flex flex-grow-1 below-element" />}
<LazyImages>{afterElements}</LazyImages>
</Fragment>
)
Expand Down

0 comments on commit 199edfd

Please sign in to comment.