Skip to content

Commit 041cee4

Browse files
authored
v3.4.12 (rappasoft#1881)
## [v3.4.12] - 2024-08-23 ### Tweaks - Adjust Action Button Margins by @lrljoe in rappasoft#1880
1 parent 38eedc1 commit 041cee4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `laravel-livewire-tables` will be documented in this file
44

5+
## [v3.4.12] - 2024-08-23
6+
### Tweaks
7+
- Adjust Action Button Margins by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1880
8+
59
## [v3.4.11] - 2024-08-23
610
### New Features
711
- Add setIconLeft/setIconRight for Actions by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1877

resources/views/includes/actions/button.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
@elseif($action->hasIcon() && !$action->getIconRight())
2525
<i {{ $action->getIconAttributes()
2626
->class(["ms-1 ". $action->getIcon() => $isBootstrap])
27-
->class(["ml-1 ". $action->getIcon() => $isTailwind])
27+
->class(["mr-1 ". $action->getIcon() => $isTailwind])
2828
->except('default-styling')
2929
}}
3030
></i>

0 commit comments

Comments
 (0)