Skip to content

Commit

Permalink
Merge pull request #5865 from nextcloud-libraries/fix/nc-select-optio…
Browse files Browse the repository at this point in the history
…n-subname

fix(NcSelect): increase avatar size to show subname
  • Loading branch information
luka-nextcloud authored Jul 24, 2024
2 parents b2d8c9e + aa77e0d commit 66c87da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/NcSelect/NcSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ export default {
<template #option="option">
<NcListItemIcon v-if="userSelect"
v-bind="option"
:avatar-size="24"
:avatar-size="32"
:name="option[localLabel]"
:search="search" />
<NcEllipsisedOption v-else
Expand All @@ -536,7 +536,7 @@ export default {
<template #selected-option="selectedOption">
<NcListItemIcon v-if="userSelect"
v-bind="selectedOption"
:avatar-size="24"
:avatar-size="32"
:name="selectedOption[localLabel]"
:search="search" />
<NcEllipsisedOption v-else
Expand Down

0 comments on commit 66c87da

Please sign in to comment.