Skip to content

Commit

Permalink
style approach (apache#19903)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwitchr authored and philipher29 committed Jun 9, 2022
1 parent d91187b commit 722e0f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion superset-frontend/src/components/CopyToClipboard/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 722e0f2

Please sign in to comment.