I am currently working on a layout with 2 columns, each containing 2 panels. Both of these columns are set to be 50% wide (col-md-6) with collapsible panels inside. The collapsing functionality works just fine, but the issue arises when I expand a panel. When this happens, the bottom left div moves down too much, creating a large gap between panel 1 and 3.
Expanding panel 1 results in an unnecessary amount of whitespace between panels 1 and 3, which is problematic. I have been unable to find a solution to adjust this spacing appropriately.
panel1 | panel 2
|
| panel 4
|
panel3 |