EnxDev commented on code in PR #33165: URL: https://github.com/apache/superset/pull/33165#discussion_r2058519674
########## superset-frontend/src/components/Select/styles.tsx: ########## @@ -134,3 +131,12 @@ export const StyledErrorMessage = styled.div` overflow: hidden; text-overflow: ellipsis; `; + +export const StyledBulkActionsContainer = styled(Space)` Review Comment: What do you think about leaving a TODO comment with a reminder to replace `Space` with `Flex` once we merge the template_less branch into master? -- 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]
