A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
19.28k
stars
2.96k
forks
source link
No margin between multiple hint actions #8727
Closed
abishekrsrikaanth closed 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.
Expected behavior
There needs to be margin between the 2 actions on the hint actions
Steps to reproduce
Please look at the class
HintActionMarginIssue
in the reproduction repositoryReproduction repository
https://github.com/abishekrsrikaanth/filament-test
Relevant log output
No response