Skip to content
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

Required symbol (*) for form fields not aligned with text label #3609

Open
joarod-eu opened this issue Sep 6, 2024 · 1 comment
Open

Required symbol (*) for form fields not aligned with text label #3609

joarod-eu opened this issue Sep 6, 2024 · 1 comment

Comments

@joarod-eu
Copy link

Expected behavior

The red star symbol (*) should be at the end of the text in the label/legend when it has a long text (two or more lines).

Actual behavior

The symbol stays at the middle of the label, what is odd in terms of UI. Also several users already point it out as an error in the html formatting (but it's due to a CSS attribute).

Steps to reproduce the issue

Add a long text in a label/legend for a mandatory field. Example:
image

Fix

Using Display: Block or Display: Inline or Display: Inline-block will render the symbol (*) in the right place.

@joarod-eu joarod-eu changed the title Required symbol (*) for form fields not aligned with label text Required symbol (*) for form fields not aligned with text label Sep 6, 2024
@planctus
Copy link
Contributor

planctus commented Sep 6, 2024

Thanks for reporting this, @joarod-eu will be fixed as soon as possible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants