Skip to content

Commit

Permalink
style: increase smartpicker select height
Browse files Browse the repository at this point in the history
Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
  • Loading branch information
enjeck committed Dec 29, 2023
1 parent 34b595d commit 454e8fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/sections/Search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<template>
<div>
<NcSelect
id="smartpicker-select"
v-model="localValue"
:loading="loading"
:placeholder="t('tables', 'Search for table and views...')"
Expand Down Expand Up @@ -138,5 +139,8 @@ export default {
:deep(.v-select.select) {
width: 100%;
}
:deep(#smartpicker-select input[type=search]) {
height: 46px;
}

</style>

0 comments on commit 454e8fd

Please sign in to comment.