How do I disable a single section border and padding?
I've split my form in 2, with the right-hand side needing to be grouped together. But as you can see, using sections I have the top section providing unnecessary padding and a border:
Solution:Jump to solution
Cheers. I decided to setup a blank component that does nothing but pass in the rendered child html
2 Replies
as far as I can see in section.blade.php, the
ring-gray-950/5 dark:bg-gray-900
(and other) css classes are always set, unless it's an aside, so that doesnt seem possible right now. The padding is due to the grid and defined gaps.
If I understand correctly, you don't want a border around the 'Options' section, right? Why not use a grid then?Solution
Cheers. I decided to setup a blank component that does nothing but pass in the rendered child html