Skip to content

Commit

Permalink
Add min height to VLAutocomplete options + Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AAndonio committed Jun 7, 2024
1 parent fb66826 commit cc63caf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skillbill/vuelace-3",
"version": "1.1.4",
"version": "1.1.5",
"private": false,
"author": "skillbill",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/components/VLAutocomplete/VLAutocomplete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
@hide="() => emit('hide')"
>
<template #option="{ option }">
<div class="flex items-center gap-2">
<div class="flex items-center gap-2 min-h-[1lh]">
<span class="w-4">
<VLIcon v-if="model === option.value" class="pt-1" name="check"> </VLIcon>
</span>
Expand Down

0 comments on commit cc63caf

Please sign in to comment.