Feature #22661
Updated by Stephen Smith 20 days ago
Due to the react-virtualized virtual list used for the I/O panels, the panels are at fixed heights to keep the virtual list library happy. This leads to lots of wasted space when there are few items. We should add some code to shrink the height when the list is small. Each tab of An open question is whether it should shrink/expand as the i/o panel should independently do this when changing tabs need or maintain one height across all tabs.