F
Filament4mo ago
Aziz

CSS Problems

Hey everyone, i have some issues with the css in v4. Like input fields are not rendered correctly and there are some overlapping. images are attached. I already reload the assets but unfortunately without success. Would be great, if someone could help.
No description
No description
Solution:
I found the problem. It was a css file in one of my own plugins. So, thanks for the advice, helped me a lot.
Jump to solution
12 Replies
Dennis Koch
Dennis Koch4mo ago
With "Reload Assets" you mean artisan filament:assets? Do you have a custom theme?
Aziz
AzizOP4mo ago
Yes, i mean filament:assets. No, i do not have any custom themes. I mean, the problems starts already with the login inputs fields.
Dennis Koch
Dennis Koch4mo ago
Any published view files for Filament?
Aziz
AzizOP4mo ago
No, i do not have any published views.
undercode
undercode4mo ago
I had a similar issue with a plugin using tailwindcss v3. The problem gone after updating it to v4.
Aziz
AzizOP4mo ago
How did you find out which plugin it was?
undercode
undercode4mo ago
Because it was one of my own And I only had two plugins installed
frame
frame4mo ago
doesn't filament ship with a complete prebuilt css file so surely there's a custom theme or a plugin is adding some really weird styles 🤔
Dennis Koch
Dennis Koch4mo ago
Someone else was having issues with plugins. So check those.
Aziz
AzizOP4mo ago
Yes, thanks for the advice, i will check it.
Solution
Aziz
Aziz4mo ago
I found the problem. It was a css file in one of my own plugins. So, thanks for the advice, helped me a lot.
jester666
jester6664mo ago
Nice! That was my problem, too! I had a plugin that hadn't updated to tailwind4 and that css file was messing up everything

Did you find this page helpful?