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

Overlapping graphics with<Select> in <Form.Item ... hasFeedback={true}> #4431

Closed
JesperWe opened this issue Dec 30, 2016 · 5 comments · Fixed by #20164
Closed

Overlapping graphics with<Select> in <Form.Item ... hasFeedback={true}> #4431

JesperWe opened this issue Dec 30, 2016 · 5 comments · Fixed by #20164

Comments

@JesperWe
Copy link
Contributor

JesperWe commented Dec 30, 2016

Current result:

image

I am currently fixing this with

.has-feedback .ant-select .ant-select-arrow {
    right: 28px;
}

to become

image

This might not be the preferred solution, but something like it is needed.

@afc163
Copy link
Member

afc163 commented Dec 30, 2016

Good workaround, could you give us a PR for this?

@JesperWe
Copy link
Contributor Author

I could try... Would you prefer this to go in components/select/style/index.less or components/form/style/index.less ?

@afc163
Copy link
Member

afc163 commented Dec 31, 2016

components/form/style/index.less

@sduworm
Copy link

sduworm commented Jul 21, 2017

This reappeared at v2.12.1 !@afc163

@afc163 afc163 reopened this Jul 21, 2017
@afc163 afc163 closed this as completed in 0ad85e2 Jul 21, 2017
@afc163
Copy link
Member

afc163 commented Jul 22, 2017

Fixed in 2.12.2 again.

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 a pull request may close this issue.

3 participants