We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The arrow which accompanies an el-select component is bigger than the component itself if the component is set to small or mini sizes:
This is solved by removing css options:
plugins/element-ui/_plugin-select.scss:
.el-input__icon { border-radius: 20px; -- height: 40px; -- width: 30px; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The arrow which accompanies an el-select component is bigger than the component itself if the component is set to small or mini sizes:
This is solved by removing css options:
plugins/element-ui/_plugin-select.scss:
The text was updated successfully, but these errors were encountered: