I’m looking for a way to nest expanders with zero margin padding. Currently, they have to be a “box within a box”, which reduces overall screen realestate substantially.
The usecase for this is expanding and minimizing subsectoins of tables, especially on mobile format.
Any advice would be appreciated, but I don’t think it’s possible? I have tried using CSS in markdown which allows me to shift the entire section, but this doesn’t actually allow me to use the full width of the parent container with zero padding.
Thanks