Odd issue with checkboxes and heights #12995
Unanswered
cfjedimaster
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I noticed a tiny bit (maybe 10%) adding a class to list-item. It's definitely list related as 3 checkboxes on their own outside the list look fine. <v-list-item
v-for="(kt, index) in cornTypes"
:key="kt"
link
dense
shrink
class="mt-0 mb-0"
> |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can slightly decrease the space by adding |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've got a simple list of checkboxes and it seems that a lot of vertical space is added to them. So for example, here is my view:
Resulting in:
As you can see, I definitely threw a few things at it to try and fix it, but nothing quite worked. Any idea?
Beta Was this translation helpful? Give feedback.
All reactions