Skip to content

Commit

Permalink
Prevent CTA from taking the full width
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Fernández Gómez committed Jun 18, 2020
1 parent 6bc5bc3 commit b8e5860
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const SubscriptionSplashContent: React.FC = () => {
<p>{description}</p>
</EuiText>
<EuiSpacer />
{cta}
<div>{cta}</div>
</EuiFlexItem>
<EuiFlexItem>
<EuiImage
Expand Down

0 comments on commit b8e5860

Please sign in to comment.