How to reduce padding on table resource

Hi all,

I've got a resource with a table with a fair amount of text per entry. Is there an easy way to reduce this gap?
image.png
Solution
hum, you can use this in the ListPage.php

protected ?string $maxContentWidth = 'full';
Was this page helpful?