How to increase table max width layout?

I have a large screen. I want to be able to see all the table rows without scrolling horizontally.

Using the admin panel, how to change the main css:
<main class="fi-main mx-auto h-full w-full px-4 md:px-6 lg:px-8 max-w-7xl sticky-theme-default">

i need to change the max-w-7xl and increase it. (ive tested it in the browser and yeah, that makes the trick, so yeah that is what i need)

any "clean" way, or i just override the css somehow? i tried to find how to do it in the docs
Was this page helpful?