vuetify icon indicating copy to clipboard operation
vuetify copied to clipboard

[Bug Report][3.0.0-beta.10] `v-list` prepend-avatar alignment issue in `density="compact"`

Open alokVishu opened this issue 2 years ago • 1 comments

Environment

Vuetify Version: 3.0.0-beta.10 Vue Version: 3.2.39 Browsers: Chrome 105.0.0.0 OS: Windows 10

Steps to reproduce

Please try to use a list with prepend-avatar and density compact.

Expected Behavior

The avatar should be aligned with the title.

Actual Behavior

It is not aligned. See Img

Reproduction Link

https://codepen.io/Alokdev/pen/KKRzaNg?editors=101

image

alokVishu avatar Sep 09 '22 12:09 alokVishu

My avatars are cut at bottom and top in v-autocomplete

     <v-list-item
          v-bind="props"
          :prepend-avatar="item.raw.img"
      >
Снимок экрана 2022-10-31 в 20 53 15

steklopod avatar Oct 31 '22 19:10 steklopod