eschutho commented on a change in pull request #14381:
URL: https://github.com/apache/superset/pull/14381#discussion_r625927534
##########
File path: superset-frontend/src/SqlLab/components/QueryTable.jsx
##########
@@ -52,6 +52,12 @@ const openQuery = id => {
const url = `/superset/sqllab?queryId=${id}`;
window.open(url);
};
+const StyledButton = styled(Button)`
+ position: static;
+`;
+const StyledSQLCard = styled(Card)`
+ position: static;
Review comment:
same thing here.. you can create a staticPosition style and reuse it if
it's just one style, rather than the styled component.
--
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]