diff --git a/src/components/Tooltip/index.js b/src/components/Tooltip/index.js index 8f94ad15..8fa872c6 100644 --- a/src/components/Tooltip/index.js +++ b/src/components/Tooltip/index.js @@ -6,10 +6,10 @@ import PropTypes from 'prop-types'; const Wrapper = styled.div` .rc-tooltip { + min-width: 200px; max-width: ${props => `${props.maxWidth}px` || 'auto'}; position: absolute; z-index: 1070; - display: block; visibility: visible; border: 1px solid ${colors.DIVIDER}; border-radius: 3px; diff --git a/src/views/Wallet/views/AccountSummary/index.js b/src/views/Wallet/views/AccountSummary/index.js index 13bd8993..2fe45352 100644 --- a/src/views/Wallet/views/AccountSummary/index.js +++ b/src/views/Wallet/views/AccountSummary/index.js @@ -108,12 +108,9 @@ const AccountSummary = (props: Props) => {

Tokens

- Insert token name, symbol or address to be able to send it. - - )} + content="Insert token name, symbol or address to be able to send it." >