michael-s-molina commented on a change in pull request #13359:
URL: https://github.com/apache/superset/pull/13359#discussion_r584859585
##########
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:
Changed to use the `css` property instead of `style`.
----------------------------------------------------------------
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]