-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SignInPageDescriptionText and Next/Back/Submit button alignment issue #55
Comments
@dianepana Thanks in advance |
@dianepana Interested in seeing how you did this as well, my CSS knowledge is pretty poor. |
@dianepana I would also like to know how you fixed your issue as well. We appreciate your help. |
Shamelessly stolen from chatGPT // This will move submissionAreaDiv from its current parent to be a child of loginAreaDiv |
When switching to the paginated login screen, our description text displayed such that it was partially obscured by the Next button (and on the page to enter your password, by the Back and Sign In buttons).
I solved the issue by taking the entire submissionArea div and reparenting it from the login form to the loginArea div.
This solution depends on the introduction div getting created on the page before the submissionArea div gets reparented, otherwise I suspect the buttons will appear above the sign-in page description text. Is there a different way to fix this?
The text was updated successfully, but these errors were encountered: