Fix tooltip position (#14656)

This commit is contained in:
Geido 2021-05-18 01:49:06 +03:00 committed by GitHub
parent 9a9f093e63
commit b5e9854ddc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ class TableElement extends React.PureComponent {
>
<Tooltip
id="copy-to-clipboard-tooltip"
placement="top"
placement="topLeft"
style={{ cursor: 'pointer' }}
title={table.name}
trigger={['hover']}