Skip to content

Commit

Permalink
Adjust Action Button Icon Margin (#1880)
Browse files Browse the repository at this point in the history
* Adjust Action Button Icon Margin

* Adjust ChangeLog
  • Loading branch information
lrljoe authored Aug 23, 2024
1 parent 8e33fba commit edc7ea3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion resources/views/includes/actions/button.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@elseif($action->hasIcon() && !$action->getIconRight())
<i {{ $action->getIconAttributes()
->class(["ms-1 ". $action->getIcon() => $isBootstrap])
->class(["ml-1 ". $action->getIcon() => $isTailwind])
->class(["mr-1 ". $action->getIcon() => $isTailwind])
->except('default-styling')
}}
></i>
Expand Down

0 comments on commit edc7ea3

Please sign in to comment.