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

Social Titles not aligned #4

Closed
SLiCK-303 opened this issue Jun 25, 2019 · 4 comments
Closed

Social Titles not aligned #4

SLiCK-303 opened this issue Jun 25, 2019 · 4 comments

Comments

@SLiCK-303
Copy link
Contributor

When you create a new user in the FO, the titles do not align. The first is out of line with the others.
Capture

@SLiCK-303
Copy link
Contributor Author

You see this when you edit your profile in the FO as well.

@SLiCK-303 SLiCK-303 changed the title Customer Titles not aligned Social Titles not aligned Jun 25, 2019
@SLiCK-303
Copy link
Contributor Author

I don't know if its the 'proper' fix, but if you change line 2123 in global.css
from:
vertical-align: middle;
to:
vertical-align: baseline;
it seems to fix it.

@Dh42
Copy link
Contributor

Dh42 commented Jun 26, 2019

Try this commit, 2094885

Since the global.css is compiled I just put an override and re-compiled it. It might not be the most elegant, I am sure there is some reason why they did that, but I could not find a place where it breaks.

https://i.imgur.com/yfKkTDv.png

@SLiCK-303
Copy link
Contributor Author

It's fixed.....nice job as always

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