Skip to content

Commit

Permalink
remove unnecessary width
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Oct 5, 2020
1 parent 04fcf22 commit 3ee592d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function WebCoreVitalsTitle() {
}
closePopover={closePopover}
>
<div style={{ width: '300px' }}>
<div>
<EuiText>
<FormattedMessage
id="xpack.observability.ux.dashboard.webCoreVitals.help"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const getEmptySections = ({ core }: { core: AppMountContext['core'] }): I
icon: 'logoAPM',
description: i18n.translate('xpack.observability.emptySection.apps.ux.description', {
defaultMessage:
'Performance is a distribution. Measure the experiences of all visitors to your website and understand how to improve the experience for everyone.',
'Performance is a distribution. Measure the experiences of all visitors to your web application and understand how to improve the experience for everyone.',
}),
linkTitle: i18n.translate('xpack.observability.emptySection.apps.ux.link', {
defaultMessage: 'Install Rum Agent',
Expand Down

0 comments on commit 3ee592d

Please sign in to comment.