The quickest way to demo the bug is this recording:

To repro:
- run
npm start
- in browser, click pfe-content-set
- scroll to the bottom
- click the
Add Header & Panel button
- go back and forth between the two tabs
The new tab doesn't get the pfe-variant so the content doesn't have the same vertical spacing as the starting tab. Maybe a better way to describe the issue is that dynamically added tabs don't get pfe-variant.
I noticed this while looking at PR #406 but I'm not sure if that PR caused the bug, or just revealed it.
The quickest way to demo the bug is this recording:
To repro:
npm startAdd Header & PanelbuttonThe new tab doesn't get the pfe-variant so the content doesn't have the same vertical spacing as the starting tab. Maybe a better way to describe the issue is that dynamically added tabs don't get pfe-variant.
I noticed this while looking at PR #406 but I'm not sure if that PR caused the bug, or just revealed it.