Skip to content

Commit

Permalink
Tweak mobile layout
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 93d10fe commit bd8c7e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,15 @@ export const SubscriptionSplashContent: React.FC = () => {
<EuiSpacer />
{cta}
</EuiFlexItem>
<EuiFlexItem grow={false}>
<EuiFlexItem>
<EuiImage
alt={i18n.translate('xpack.infra.logs.logAnalysis.splash.splashImageAlt', {
defaultMessage: 'Placeholder image',
})}
url={services.http.basePath.prepend(
'/plugins/infra/assets/anomaly_chart_minified.svg'
)}
size="l"
size="fullWidth"
/>
</EuiFlexItem>
</EuiFlexGroup>
Expand Down

0 comments on commit bd8c7e9

Please sign in to comment.