Actions
Feature #22661
openAdd auto-resizing code for process I/O panels
Story points:
-
Description
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 the i/o panel should independently do this when changing tabs
Actions