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

fix(ui5-select): fix component baseline alignment #1075

Merged
merged 2 commits into from
Dec 18, 2019

Conversation

ilhan007
Copy link
Member

FIXES: #1074

Background
The overflow: hidden causes the ui5-select to be pushed upwards the main baseline (as described in the issue). Originally, the style was introduced not to allow the hover of the arrow to cover the input border. Now, this is resolved by moving this overflow: hidden to inner element and in the same time not disrupting the baseline alignment of the whole component.
Screenshot 2019-12-18 at 11 12 47

@ilhan007 ilhan007 requested a review from MapTo0 December 18, 2019 09:29
@ilhan007 ilhan007 merged commit 37b7891 into master Dec 18, 2019
@ilhan007 ilhan007 deleted the fix-textfield-misaligned branch December 18, 2019 14:01
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.

[ui5-select] is pushed upwards the baseline
2 participants