Make sure the tooltip is not cut in half

[MAILPOET-3857]
This commit is contained in:
Pavel Dohnal
2021-10-18 15:58:55 +02:00
committed by Veljko V
parent 34fe0494ea
commit c886925d7d

View File

@@ -548,7 +548,7 @@ class NewsletterSend extends React.Component {
}
{ this.state.validationError !== undefined && (
<HelpTooltip
tooltip={this.state.validationError}
tooltip={(<div>{this.state.validationError}</div>)}
tooltipId={this.state.validationError}
/>
) }