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

[4.0] Don't move elements on page when a span appears (Joomla Installer) #28127

Open
simbus82 opened this issue Feb 28, 2020 · 0 comments
Open

Comments

@simbus82
Copy link
Contributor

Steps to reproduce the issue

Start to install a J4 Nightly
Focus on some elements

Expected result

No elements shift (wrong for UX)
ok

Actual result

A span is pushing elements away
wrong

Additional comments

To obtain the expected result I have added a float:right (and a margin) to the span that contain the "Please fill in this field".
I don't think it's the correct thing to do. There is an upstream problem related to the fact that "flexbox" has not been used and therefore everything is positioned relatively.

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

No branches or pull requests

3 participants