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

fixed backend field alignment (line wrap) #2641

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

thexmanxyz
Copy link
Contributor

@thexmanxyz thexmanxyz commented May 7, 2020

Hey, I suggest changing this one line in the admin CSS file to get correct alignment of the fields. IDK if this affects something else but it seems that the particle modal itself and the particle defaults tab should be all.

Before:
grafik

After:
grafik

Additionally this one also fixes this ugly "mobile" line-wrap.

Before:
grafik

After:
grafik

This issue happens because the margin: 5px; is not respected within the max-width. Also we create a left-margin for .settings-param-field of 175px which occupies the space but actually we would need 185px. You can verify this in developers tools quite easily. I reduced the max-width to 165px so we consume as much space as we have (165px + 10px occupied by the margin, this is 2 x 5px).

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

Successfully merging this pull request may close these issues.

None yet

1 participant