Fix js/react warning on settings page [MAILPOET-1421]
This commit is contained in:
@@ -14,7 +14,7 @@ function Tooltip(props) {
|
||||
tooltip = (<span
|
||||
style={{
|
||||
pointerEvents: 'all',
|
||||
maxWidth: '400',
|
||||
maxWidth: '400px',
|
||||
display: 'inline-block',
|
||||
}}
|
||||
>
|
||||
|
Reference in New Issue
Block a user