Table row doesn't take up the whole width
It doesn't seem to be taking up the whole width.
This is my code:
I checked out the source code of the filament demo and noticed there's a
w-full
class in there.4 Replies
Did you upgrade?
What happens if you remove ->from('md')
->grow(1)
on the Split?Neither removing
from('md')
nor adding ->grow(1)
works unfortunately
Forgive my ignorance, I'm pretty new with this composer stuff but how do you get to the latest version of filament? I tried ^3.0
but it doesn't get the 3.0.39
version
Oh nevermind, I forgot to include the filament/forms
Upgrading did the trick. Thank you!great