mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
style approach (#19903)
This commit is contained in:
@@ -94,10 +94,11 @@ class CopyToClipboard extends React.Component {
|
||||
{!this.props.hideTooltip ? (
|
||||
<Tooltip
|
||||
id="copy-to-clipboard-tooltip"
|
||||
placement="top"
|
||||
placement="topRight"
|
||||
style={{ cursor }}
|
||||
title={this.props.tooltipText}
|
||||
trigger={['hover']}
|
||||
arrowPointAtCenter
|
||||
>
|
||||
{this.getDecoratedCopyNode()}
|
||||
</Tooltip>
|
||||
|
||||
Reference in New Issue
Block a user