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

Selection arrow bigger than selection itself #90

Open
ghost opened this issue May 24, 2019 · 0 comments
Open

Selection arrow bigger than selection itself #90

ghost opened this issue May 24, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented May 24, 2019

The arrow which accompanies an el-select component is bigger than the component itself if the component is set to small or mini sizes:

image

This is solved by removing css options:

plugins/element-ui/_plugin-select.scss:

    .el-input__icon {
      border-radius: 20px;
      -- height: 40px;
      -- width: 30px;
    }
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

0 participants