Layout of form inside livewire component not working
I'm trying to add a form inside a livewire component, but the columns just do not seem to co-operate with me...
This is the schema:
As you can see in the image there is an additional empty column generated.
I checked the html that gets printed and it is the following:
The classes
grid-cols-[--cols-default] lg:grid-cols-[--cols-lg]
seem a bit sus.
Can it be that I must configure something in tailwind for it to render properly?
1 Reply
I dug a bit into the generated css, it does seem there is an issue, as the generated classes are like this:
and not