With cards ->width('1/3'); can be used to take 1/3 of the space.
How would one do with a panel (i tried it said the function doesn't exist) as i have a model with many attributes and some relationships So instead of scrolling I wanted to group 2 pannels together but have them on split view horizontally (as if it was a card)
@EJDELMONICO - hi, i didnt want the resizing of the cards ...i asked for panels.
the width function is for cards and im asking for a way to resize panels.
I would think that you can override any of the nova supplied views with your own. It probably involves copying a Vue component and editing the tailwindcss and elements. If it were me, I would investigate that first and then look at some of the packages to how they modify the view in their tool packages.