rusackas commented on a change in pull request #11980:
URL: 
https://github.com/apache/incubator-superset/pull/11980#discussion_r539936887



##########
File path: superset-frontend/src/SqlLab/components/TableElement.jsx
##########
@@ -200,8 +201,14 @@ class TableElement extends React.PureComponent {
   renderHeader() {
     const { table } = this.props;
     return (
-      <div className="clearfix">
-        <div className="pull-left">
+      <div className="clearfix header-container">
+        <Tooltip
+          id="copy-to-clipboard-tooltip"
+          placement="top"
+          style={{ cursor: 'pointer' }}

Review comment:
       Hmmm... we should probably add this to the base component. Not 
particularly worried about it for now, but worth considering it for another PR, 
since it may require some auditing of use cases.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to