Mushroom Chips cards - Fixing Width

Here is an example. Check out these Mushroom threads here and here.

type: custom:mushroom-chips-card
chips:
  - type: entity
    entity: person.xxxx
    card_mod:
     style: |
       ha-card {
        width: 130px ! important;}
  - type: entity
    entity: person.xxxx
    card_mod:
     style: |
       ha-card {
        width: 130px ! important;}

  - type: entity
    entity: person.xxxx
    card_mod:
     style: |
       ha-card {
        width: 130px ! important;}