custom-cards / stack-in-card

🛠 group multiple cards into one card without the borders
MIT License
277 stars 24 forks source link

Multiple-entity-row and vertically misalignment #18

Open baunan opened 3 years ago

baunan commented 3 years ago

Thanks for a great add-on. I have an issue when using Stack-in-Card with multiple-entity-row. With this combination the multiple-entity-row format becomes to stretched compare to a line with entity information. So when stacking a multiple-entity-row card with an entity card, then the different card rows becomes vertically misaligned (see picture). In this setup an entites card is stack over two multi-entity-row cards. When using multiple-entity-row in an entity card, then the row format is normal.

I have also tested it with the vertical-stack card and it is the same thing there. However is it possible to get the padding on both side to be the same regardless of what cards that are stacked?

image

I am using version 0.2.0 of Stack-in-Card and version 4.0 of multiple-entity-row.

RomRider commented 3 years ago

Did you try with:

keep:
  outer_padding: true
baunan commented 3 years ago

Hi, Yes I did, but the result is the same.