agatapst commented on a change in pull request #11780:
URL:
https://github.com/apache/incubator-superset/pull/11780#discussion_r529430255
##########
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:
Yes, there is a small change regarding UI - but imo not that
significant, so given your comment below, it's worth removing these styles.
Just in case, there is screenshot:
with styles:

without styles:

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