What problem does your feature solve?
The current lab layout includes a container in container structure.
As new features continue to be added, each layer adds its own padding, which creates additional spacing and limits how efficiently we use the available width.
(This is a larger structural update, so creating this issue to track design update and implementation separately)
What would you like to see?
Make the layout more scalable
- Reduce unnecessary wrapper containers
- Simplify the layout hierarchy
What alternatives are there?