Skip to content

Commit

Permalink
fix: truncate select placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
shariquerik committed Jan 18, 2025
1 parent edbb4bd commit 7b7c4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div
v-if="placeholder"
v-show="!modelValue"
class="pointer-events-none absolute text-ink-gray-4"
class="pointer-events-none absolute text-ink-gray-4 truncate w-full"
:class="[fontSizeClasses, paddingClasses]"
>
{{ placeholder }}
Expand Down

0 comments on commit 7b7c4f9

Please sign in to comment.