Skip to content

Commit 05c6d2b

Browse files
committed
Fix btn visibility in menu tree item
1 parent bda4494 commit 05c6d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/menu-tree-item.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class="h-5 w-5 text-gray-500 text-lg"/>
5353

5454
@if($showActions)
5555
<!-- Actions -->
56-
<div class="flex items-center space-x-1">
56+
<div class="flex items-center space-x-2">
5757
@if($this->canHaveChildren())
5858
<x-filament::button
5959
color="gray"

0 commit comments

Comments
 (0)