Skip to content

Commit

Permalink
docs: update select
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-ub committed Oct 29, 2024
1 parent 8a5a4c4 commit 1cde70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/component-preview/select/Select.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const { hideSelect } = Astro.props
<div class="mt-2 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 relative rounded-md border">
<div class="flex items-center justify-between p-4">
<select class="flex items-center justify-between whitespace-nowrap rounded-md border border-input bg-transparent px-3 shadow-sm ring-offset-background placeholder:text-muted-foreground focus:outline-none focus:ring-1 focus:ring-ring disabled:cursor-not-allowed disabled:opacity-50 [&>option]:line-clamp-1 h-7 w-[145px] text-xs">
<span />
<option />
</select>
</div>
<div class="w-full">
Expand Down

0 comments on commit 1cde70e

Please sign in to comment.