#where do i add custom styles for one off tables

5 messages · Page 1 of 1 (latest)

frail bridge
#

On larger monitors I have a lot of unused space that I would like to utilize for a few tables with a lot of columns.

I identified the class as <main class='max-w-8xl' (from 7xl) > that i need to change if I want to adjust the entire application. But I am not sure where I would change that, nor how I could apply it to specified tables only.

I dont see any published layout files in the STUBs I copied

Actually, in trying to find this myself, it appears the width only goes up to 7xl, so anything else would just be making it full width. Regardless, how do I edit tailwind styles for individual elements?

thin crestBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

sick dragon
#

Either way it’s set for the page itself, not the table.

frail bridge
#

alright, that works