filamentphp / filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
https://filamentphp.com
MIT License
18.08k stars 2.83k forks source link

No margin between multiple hint actions #8727

Closed abishekrsrikaanth closed 1 year ago

abishekrsrikaanth commented 1 year ago

Package

filament/forms

Package Version

v3.0.62

Laravel Version

v10.24.0

Livewire Version

v3.0

PHP Version

PHP 8.2

Problem description

When adding multiple actions to the hint actions, there is no margin between the 2 actions. CleanShot 2023-09-26 at 02 08 30

Expected behavior

There needs to be margin between the 2 actions on the hint actions

Steps to reproduce

TextInput::make('Name')
                ->hintActions([
                    Action::make('Copy')->icon('heroicon-s-clipboard'),
                    Action::make('View Code')->icon('heroicon-s-code')
                ])

Please look at the class HintActionMarginIssue in the reproduction repository

Reproduction repository

https://github.com/abishekrsrikaanth/filament-test

Relevant log output

No response

zepfietje commented 1 year ago

https://github.com/filamentphp/filament/pull/7593