-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
[Bug Report] Icons in buttons are too large #11294
[Bug Report] Icons in buttons are too large #11294
Comments
Similar to #8067 ? |
I've just struck into the same issue when trying to place icons to left or right in buttons. On the demo site it looks ok, it's probably depending on how you've installed Vuetify (using vuetify loader/A-la-carte or not?) since the order of styles in the style sheet are different there compared to my project. I also created a codepen from the vuetify template that displays the issue: https://codepen.io/jbergfi/pen/PoNmbmV My workaround is to specify size="18" on the v-icon |
fixes #11294 Co-authored-by: John Leider <john.j.leider@gmail.com> Co-authored-by: nekosaur <albert@kaaman.nu>
Environment
Vuetify Version: 2.2.26
Vue Version: 2.6.11
Browsers: Chrome 80.0.3987.132
OS: Mac OS 10.15.4
Steps to reproduce
Expected Behavior
Actual Behavior
Reproduction Link
https://github.com/mpaksoy/vuetify-build-test
Other comments
Vue cli version: 4.3.1
I use vuetify for a big project. But some styles are breaking when I build project. There is no other library then vue, vuex, vuerouter and vuetify in project.
I created a fresh project and tested on it, same problem again. You can check it on GitHub link. I shared screenshots as well.
I’ve solved the problem on main project by creating an overrides.scss file and adding !important to all lines, but this is not an elegant way.
https://snipboard.io/bh4kxt.jpg
https://snipboard.io/r9MRlI.jpg
Thanks.
The text was updated successfully, but these errors were encountered: