rusackas commented on code in PR #34108:
URL: https://github.com/apache/superset/pull/34108#discussion_r2194392426


##########
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:
   I wonder if we need a few constants in the theme for this... maybe some 
reusable widths for modals/forms/columns.



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

Reply via email to