From edc7ea3a4cd7300fcbeb5bf755db465be838da44 Mon Sep 17 00:00:00 2001 From: Joe <104938042+lrljoe@users.noreply.github.com> Date: Fri, 23 Aug 2024 20:19:30 +0100 Subject: [PATCH] Adjust Action Button Icon Margin (#1880) * Adjust Action Button Icon Margin * Adjust ChangeLog --- CHANGELOG.md | 4 ++++ resources/views/includes/actions/button.blade.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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') }} >