Browse Source

refactor(gui-v2): reduce fields placeholder size

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/2860/head
Pranav C 2 years ago
parent
commit
bebc61b8f9
  1. 7
      packages/nc-gui-v2/components/smartsheet-toolbar/FieldListAutoCompleteDropdown.vue

7
packages/nc-gui-v2/components/smartsheet-toolbar/FieldListAutoCompleteDropdown.vue

@ -69,6 +69,7 @@ const filterOption = (input: string, option: any) => {
:dropdown-match-select-width="false"
size="small"
show-search
class="!text-xs"
placeholder="Select a field"
:filter-option="filterOption"
>
@ -79,9 +80,3 @@ const filterOption = (input: string, option: any) => {
</a-select-option>
</a-select>
</template>
<style scoped>
:deep(::placeholder) {
@apply !text-xs;
}
</style>

Loading…
Cancel
Save