Skip to content

Commit

Permalink
fixup! Upgrade to Nextcloud vue 8.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
GretaD committed Nov 8, 2023
1 parent 8094afe commit 0014ce4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/ContactDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@
@close="closePickAddressbookModal">
<NcSelect ref="pickAddressbook"
v-model="pickedAddressbook"
class="address-book"
:allow-empty="false"
:options="copyableAddressbooksOptions"
:placeholder="t('contacts', 'Select address book')"
Expand Down Expand Up @@ -1026,7 +1027,7 @@ section.contact-details {
}
}
::v-deep .v-select.select {
min-width: 0 !important;
min-width: 0;
flex: 1 auto;
.vs__actions {
display: none;
Expand Down Expand Up @@ -1057,5 +1058,7 @@ section.contact-details {
background-color: var(--color-primary-element-light-hover) !important;

}

.address-book {
min-width: 260px !important;
}
</style>

0 comments on commit 0014ce4

Please sign in to comment.