Skip to content

Commit

Permalink
feat: input overflow hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlsndr committed Sep 28, 2023
1 parent 8ba0455 commit e364ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InputWrapper/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ defineExpose({
<Component
:is="tag"
ref="wrapperRef"
class="relative flex w-full rounded-md border border-black/[.15] border-gray-200 text-left ring-primary-500 ring-opacity-30 focus-within:border-primary-500 focus-within:outline-none focus-within:ring dark:border-white/[.15] dark:border-gray-600 focus-within:dark:border-primary-500"
class="relative flex w-full rounded-md border border-black/[.15] border-gray-200 text-left ring-primary-500 ring-opacity-30 focus-within:border-primary-500 focus-within:outline-none focus-within:ring dark:border-white/[.15] dark:border-gray-600 focus-within:dark:border-primary-500 overflow-hidden"
:class="[
$props.boxClass,
fixedHeight ? (condensed ? 'h-8' : 'h-10') : undefined,
Expand Down

0 comments on commit e364ed3

Please sign in to comment.