nova-grid icon indicating copy to clipboard operation
nova-grid copied to clipboard

Unable to add it to HeadingField

Open flakerimi opened this issue 5 years ago • 3 comments

Looks like Nova treats HeadingField different.

Heading::make('Attributes')->size('w-full');

doesn't work.

flakerimi avatar Apr 05 '20 02:04 flakerimi

Testing is : w-100 @flakerimi

nibri10 avatar Apr 05 '20 02:04 nibri10

Screenshot 2020-04-05 at 04 28 18 Screenshot 2020-04-05 at 04 30 56

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

flakerimi avatar Apr 05 '20 02:04 flakerimi

I will have to do some tests because I'm not using the nova 3.x

nibri10 avatar Apr 05 '20 02:04 nibri10