rusackas commented on code in PR #34108: URL: https://github.com/apache/superset/pull/34108#discussion_r2195569692
########## superset-frontend/src/pages/Login/index.tsx: ########## @@ -57,8 +57,10 @@ enum AuthType { const StyledCard = styled(Card)` ${({ theme }) => css` - width: 40%; + max-width: 400px; Review Comment: Actually, another idea would be to move it to the base/root component... rather than styling it here. Or adding a prop for a particular width. -- 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