Responsive Design Breakpoint Issue in Custom Component
I'm struggling with a responsive design issue for a custom component. The breakpoint prefix for responsiveness doesn't seem to work properly. Also, while the h-96 class works fine, switching to h-80 doesn't have any effect. Below is the component code:
Any ideas on why the breakpoint prefix isn't taking effect, or why h-80 doesn't work here?
Solution:Jump to solution
You need a custom theme if you use classes that aren’t part of filament’s stylesheet. https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme
3 Replies
bump
Solution
You need a custom theme if you use classes that aren’t part of filament’s stylesheet. https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme
thank you very much kind sire. it is now working.