rusackas commented on a change in pull request #11780:
URL:
https://github.com/apache/incubator-superset/pull/11780#discussion_r529805255
##########
File path: superset-frontend/src/SqlLab/components/QueryTable.jsx
##########
@@ -47,6 +47,18 @@ const defaultProps = {
onDbClicked: () => {},
};
+const StyledButtonContainer = styled.div`
+ width: 100px;
+`;
+
+const StyledLinksContainer = styled.div`
+ width: 75px;
+`;
+
+const StyledProgressBar = styled(ProgressBar)`
+ width: 75px;
Review comment:
Yay, less code! I think this looks OK, and we can revisit the progress
bar in particular when it's migrated from React Bootstrap to AntD soon.
----------------------------------------------------------------
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]