pkdotson commented on a change in pull request #16252:
URL: https://github.com/apache/superset/pull/16252#discussion_r688763503
##########
File path: superset-frontend/src/addSlice/AddSliceContainer.tsx
##########
@@ -84,11 +81,54 @@ const StyledContainer = styled.div`
& > span {
color: ${theme.colors.grayscale.light1};
margin-left: ${theme.gridUnit * 4}px;
- margin-top: ${theme.gridUnit * 6}px;
}
}
- & .ant-tooltip-open {
+ & .viz-gallery {
+ border: 1px solid ${theme.colors.grayscale.light2};
+ border-radius: ${theme.gridUnit}px;
+ margin: ${theme.gridUnit}px 0px;
+ max-height: calc(100vh - ${ELEMENTS_EXCEPT_VIZ_GALLERY}px);
+ flex: 1;
+ }
+
+ & .footer {
+ flex: 1;
+ display: flex;
+ flex-direction: row;
+ justify-content: flex-end;
+ align-items: center;
+
+ & > span {
+ color: ${theme.colors.grayscale.light1};
+ margin-right: ${theme.gridUnit * 4}px;
+ }
+ }
+
+ &&&& .ant-steps-item-tail {
Review comment:
I find this a bit confusing. What is this doing exactly?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]