-
In Elements, how can I control the order between SSO and username & password? I'd like to have SSO in the bottom and username in the top part. Also, is there a way to set the UI component's width? From what I see the width is fixed and there is no CSS variable exported for that. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
The only workaround I found for the UI width, is to use a class which overwrites max-width. In Tailwind the following class can set the width:
|
Beta Was this translation helpful? Give feedback.
-
As I see the order of OIDC and password is very much hard coded. Please take it as a feature request to reverse that order. |
Beta Was this translation helpful? Give feedback.
-
@Benehiko does it make sense to move this into an issue? |
Beta Was this translation helpful? Give feedback.
-
Please see this issue |
Beta Was this translation helpful? Give feedback.
Please see this issue
ory/elements#84