Skip to content

Commit

Permalink
style approach
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwitchr committed Apr 29, 2022
1 parent ad1338f commit 41c778c
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 41c778c

Please sign in to comment.