rusackas commented on a change in pull request #13359:
URL: https://github.com/apache/superset/pull/13359#discussion_r584792116



##########
File path: superset-frontend/src/components/CopyToClipboard/index.jsx
##########
@@ -102,7 +102,7 @@ class CopyToClipboard extends React.Component {
 
   renderLink() {
     return (
-      <span>
+      <span style={{ display: 'inline-flex', alignItems: 'center' }}>

Review comment:
       I'm not a huge fan of inline styles if there's a better place to stick 
this.




----------------------------------------------------------------
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