Skip to content

Commit

Permalink
Test removing height
Browse files Browse the repository at this point in the history
  • Loading branch information
yungifez committed Dec 22, 2024
1 parent d0b14cf commit d107a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/command.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@props(['input', 'label' => '', 'list', 'icon', 'value' => '', 'empty' => ''])
<div x-data='command(@json($value))' x-bind="root" {{$attributes->class(['flex h-full flex-col overflow-hidden
<div x-data='command(@json($value))' x-bind="root" {{$attributes->class(['flex flex-col overflow-hidden
rounded-md
bg-popover
text-popover-foreground'])}} x-modelable="keyword">
Expand Down

0 comments on commit d107a6e

Please sign in to comment.