-
-
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][3.0.0-beta.10] size not working for v-rating #15746
Milestone
Comments
Buttons and chips have some pretty complex css to generate the correct sizes: vuetify/packages/vuetify/src/components/VChip/_mixins.scss Lines 8 to 85 in 7fe2e26
I've made buttons work with just a basic width/height for now, but that needs to be refactored to be based off a single value to be able to set font size too. |
KaelWD
added a commit
that referenced
this issue
Sep 8, 2022
see #15746, needs more work to set font-size too
Follow #15515 for that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Vuetify Version: 3.0.0-beta.10
Vue Version: 3.2.38
Browsers: Chrome 104.0.0.0
OS: Linux x86_64
Steps to reproduce
Add the
size
prop to theRating
component and set it to any numeric string value.Expected Behavior
The stars of the
Rating
component adapt to the set size.Actual Behavior
The stars format to a fixed size with no spacing whatsoever.
Reproduction Link
https://codepen.io/leotuet/pen/bGMVYqg?editors=101
The text was updated successfully, but these errors were encountered: