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