mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Maps] fix scaling and term join in product help popover width (#139120)
This commit is contained in:
parent
209f933ecd
commit
3de69b6b89
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue