Skip to content

Commit 647943c

Browse files
authored
Change w-100 to w-auto for Bootstrap Bulk Actions Menu
1 parent b34c385 commit 647943c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/components/tools/toolbar/items/bulk-actions.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ class="origin-top-right absolute right-0 mt-2 w-full md:w-48 rounded-md shadow-l
9494
{{
9595
$attributes->merge($this->getBulkActionsMenuAttributes)
9696
->class([
97-
'dropdown-menu dropdown-menu-right w-100' => $isBootstrap4 && ($this->getBulkActionsMenuAttributes['default-styling'] ?? true),
98-
'dropdown-menu dropdown-menu-end w-100' => $isBootstrap5 && ($this->getBulkActionsMenuAttributes['default-styling'] ?? true),
97+
'dropdown-menu dropdown-menu-right w-auto' => $isBootstrap4 && ($this->getBulkActionsMenuAttributes['default-styling'] ?? true),
98+
'dropdown-menu dropdown-menu-end w-auto' => $isBootstrap5 && ($this->getBulkActionsMenuAttributes['default-styling'] ?? true),
9999
])
100100
->except(['default','default-styling','default-colors'])
101101
}}

0 commit comments

Comments
 (0)