diff --git a/CHANGELOG.md b/CHANGELOG.md index 90dc7f8c7..5f17a89a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `laravel-livewire-tables` will be documented in this file +## [v3.4.12] - 2024-08-23 +### Tweaks +- Adjust Action Button Margins by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1880 + ## [v3.4.11] - 2024-08-23 ### New Features - Add setIconLeft/setIconRight for Actions by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1877 diff --git a/resources/views/includes/actions/button.blade.php b/resources/views/includes/actions/button.blade.php index 878be5b0b..e4a9b137c 100644 --- a/resources/views/includes/actions/button.blade.php +++ b/resources/views/includes/actions/button.blade.php @@ -24,7 +24,7 @@ @elseif($action->hasIcon() && !$action->getIconRight()) getIconAttributes() ->class(["ms-1 ". $action->getIcon() => $isBootstrap]) - ->class(["ml-1 ". $action->getIcon() => $isTailwind]) + ->class(["mr-1 ". $action->getIcon() => $isTailwind]) ->except('default-styling') }} >