[Maps] fix scaling and term join in product help popover width (#139120)

This commit is contained in:
Nathan Reese 2022-08-18 15:36:25 -06:00 committed by GitHub
parent 209f933ecd
commit 3de69b6b89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ export class ScalingDocumenationPopover extends Component<Props, State> {
_renderContent() {
return (
<div>
<EuiText grow={false}>
<EuiText style={{ maxWidth: '36em' }}>
<dl>
<dt>{this.props.mvtOptionLabel} (Default)</dt>
<dd>

View file

@ -34,7 +34,7 @@ export class JoinDocumentationPopover extends Component<{}, State> {
_renderContent() {
return (
<div>
<EuiText grow={false}>
<EuiText style={{ maxWidth: '36em' }}>
<p>
<FormattedMessage
id="xpack.maps.joinDocs.intro"