From bb67ac93a64a8fdb798b47610abe843ef23e6bba Mon Sep 17 00:00:00 2001 From: Tanveer Chowdhury Date: Tue, 11 Feb 2025 16:23:42 +0600 Subject: [PATCH] width issue fix and headline removed --- .../Tickets/Templates/includes/ticketFilter.blade.php | 6 +++--- .../Templates/components/actions/dropdown/index.blade.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Domain/Tickets/Templates/includes/ticketFilter.blade.php b/app/Domain/Tickets/Templates/includes/ticketFilter.blade.php index e53140ae3..7cf4523c7 100644 --- a/app/Domain/Tickets/Templates/includes/ticketFilter.blade.php +++ b/app/Domain/Tickets/Templates/includes/ticketFilter.blade.php @@ -18,7 +18,7 @@ - + {{ __('popover.filter') }} @@ -29,7 +29,7 @@
{{ __('label.user') }} @@ -110,7 +110,7 @@
-
diff --git a/app/Views/Templates/components/actions/dropdown/index.blade.php b/app/Views/Templates/components/actions/dropdown/index.blade.php index 9cc4fe8b4..4ef4b6046 100644 --- a/app/Views/Templates/components/actions/dropdown/index.blade.php +++ b/app/Views/Templates/components/actions/dropdown/index.blade.php @@ -37,7 +37,7 @@ default => 'menu ' . $menuClassBase, // Default to regular menu }; - $cardClassBase = 'dropdown-content rounded-element bg-base-100 shadow w-fit'; + $cardClassBase = 'dropdown-content rounded-element bg-base-100 shadow min-w-[300px]'; // Determine the menu class based on the variant $cardClass = match ($variant) { 'card' => 'card card-compact ' . $cardClassBase, // Card variant class