Missing margin on reset password info text (keycloak.v2)Β #36427
Open
Description
Before reporting an issue
- I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
login/ui
Describe the bug
The text under the button is a bit too close. I think some margin would be good.
Version
26.0.8
Regression
- The issue is a regression
Expected behavior
The text has enough space to surrounding elements.
Actual behavior
It is very close to the back button.
How to Reproduce?
- Get a Keycloak Instance
- Make sure the login theme of the realm is set to keycloak.v2
- Try to login
- Click on
Forgot password?
- Notice the text under the back button of the forgot password form
Anything else?
This can be edited in login-reset-password.ftl
.
We could add a div around the text with a class that adds top-margin.