Multiple Entity row - issues with getting a header text for my last entity

I have been playing around and I am having issues in removing the unwanted sensor from my multiple entriy row, I would like to list 5 sensors results in a row, but when I add the llast sensor in the top, I am not getting any headers for it, like I do with the rest, any ideals on how to get the same results

here is my code.

 type: entities
 entities:
   - type: divider
   - entity: sensor.givtcp_export_energy_6_month_total_2024_2_compensation
     Name: 2024 2nd half
     type: custom:multiple-entity-row
 
     name: Generated
     entities:
       - entity: sensor.givtcp_export_energy_6_month_total_2022_2_compensation
         name: 2022 2nd half
       - entity: sensor.givtcp_export_energy_6_month_total_2023_1_compensation
         name: 2023 1st half
       - entity: sensor.givtcp_export_energy_6_month_total_2023_2_compensation
         name: 2023 2nd half
       - entity: sensor.givtcp_export_energy_6_month_total_2024_1_compensation
         name: 2024 1st half
   - type: divider
 title: 6 Month SEG
 state_color: true
 show_header_toggle: true

image

These questions are better to ask in a dedicated thread - it is always easier for people to have info in one place instead of 100500 similar threads.
In short: each column needs some space, and the 1st column for “Generated” needs it too; after adding more columns some of them may be clipped.
Possible solutions:

  • specify columns’ widths;
  • use card-mod;
  • reconsider whole design;

    For details I propose you to repeat this question in a dedicated thread.

thanks I will repost it.