nova-grid
nova-grid copied to clipboard
Unable to add it to HeadingField
Looks like Nova treats HeadingField different.
Heading::make('Attributes')->size('w-full');
doesn't work.
Testing is : w-100 @flakerimi
This
<div class="flex border-b border-40" errors="[object Object]" via-resource="" via-resource-id="" via-relationship="">
<div class="bg-20 remove-last-margin-bottom leading-normal w-full py-4 px-8"><p>Attributes</p>.
</div>
</div>
it should be
<div class="w-full">
<div class="flex border-b border-40" errors="[object Object]" via-resource="" via-resource-id="" via-relationship=""><div class="bg-20 remove-last-margin-bottom leading-normal w-full py-4 px-8"><p>Attributes</p></div></div>
</div>
or I am missing something
even with w-100 not working
nova: v3.2.1
I will have to do some tests because I'm not using the nova 3.x