Altinn / app-frontend-react

Altinn application React frontend
BSD 3-Clause "New" or "Revised" License
18 stars 31 forks source link

Headers in List component overlap after v4.9.0 #2746

Open tina-ahm opened 9 hours ago

tina-ahm commented 9 hours ago

Description of the bug

Prior to v4.9.0 the header in the List component would be spaced evenly with no overlap. Now, however, in a List component with 5 headers they overlap.

Headers in v4.8.2: Image

Headers in v4.9.0 and beyond: Image

Steps To Reproduce

  1. Have the frontend version set to v4.9.0 and above.
  2. Add a list component with 5 headers
  3. See the headers overlapping

Additional Information

No response