Skip to content

Missing margin on reset password info text (keycloak.v2)Β #36427

Open
@SebastEnn

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.

grafik

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?

  1. Get a Keycloak Instance
  2. Make sure the login theme of the realm is set to keycloak.v2
  3. Try to login
  4. Click on Forgot password?
  5. Notice the text under the back button of the forgot password form

Anything else?

This can be edited in login-reset-password.ftl.

<#elseif section = "info" >
<#if realm.duplicateEmailsAllowed>
${msg("emailInstructionUsername")}
<#else>
${msg("emailInstruction")}
</#if>
</#if>

We could add a div around the text with a class that adds top-margin.

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions