Closed iAmKevinMcKee closed 6 months ago
When using the HelpAction on a form component, I can include content from my docs but it is not styled the same as in my documentation panel.
Use a HelpAction with a hintAction on a form component
latest
No response
For me, I'm overriding custom styles and just targeting the .gu-kb-article class in a CSS file, so I would just need this class applied to the modal.
.gu-kb-article
However, I'm not sure about other implementations.
Fixed in version 1.4.1.
Due to a refactor, please make sure to now run php artisan filament:assets, so that the alpine components get installed in your project. :)
php artisan filament:assets
What happened?
When using the HelpAction on a form component, I can include content from my docs but it is not styled the same as in my documentation panel.
How to reproduce the bug
Use a HelpAction with a hintAction on a form component
Package Version
latest
PHP Version
latest
Laravel Version
latest
Which operating systems does with happen with?
No response
Notes
For me, I'm overriding custom styles and just targeting the
.gu-kb-article
class in a CSS file, so I would just need this class applied to the modal.However, I'm not sure about other implementations.