msyavuz commented on code in PR #33043:
URL: https://github.com/apache/superset/pull/33043#discussion_r2041087432


##########
superset-frontend/src/components/Select/styles.tsx:
##########
@@ -138,3 +136,19 @@ export const StyledErrorMessage = styled.div`
   overflow: hidden;
   text-overflow: ellipsis;
 `;
+
+export const StyledBulkActionsContainer = styled(Space)`
+  ${({ theme }) => `
+    padding: ${theme.gridUnit * 2}px;
+    display: flex;
+    justify-content: center;

Review Comment:
   We don't wrap the flex component from ant design yet in master, i didn't 
want to use directly from ant design.



-- 
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: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to