diff --git a/config/lovelace/button_card_templates/v3/primitives/v3_chip.yaml b/config/lovelace/button_card_templates/v3/primitives/v3_chip.yaml index e2a1abb..9b17693 100644 --- a/config/lovelace/button_card_templates/v3/primitives/v3_chip.yaml +++ b/config/lovelace/button_card_templates/v3/primitives/v3_chip.yaml @@ -28,8 +28,8 @@ v3_chip: - padding-left: 7px icon: - position: initial - - width: 100% - - height: auto + - width: 24px + - height: 24px - justify-self: center - align-self: center - --mdc-icon-size: 20px diff --git a/config/lovelace/button_card_templates/v3/primitives/v3_chip_name.yaml b/config/lovelace/button_card_templates/v3/primitives/v3_chip_name.yaml index b2d9741..f102dfd 100644 --- a/config/lovelace/button_card_templates/v3/primitives/v3_chip_name.yaml +++ b/config/lovelace/button_card_templates/v3/primitives/v3_chip_name.yaml @@ -16,7 +16,7 @@ v3_chip_name: - grid-template-rows: 1fr icon: - position: initial - - width: 100% + - width: 24px - height: auto - justify-self: center - align-self: center