diff --git a/src/panels/config/integrations/ha-integration-list-item.ts b/src/panels/config/integrations/ha-integration-list-item.ts
index 0935d6987a..ec13615013 100644
--- a/src/panels/config/integrations/ha-integration-list-item.ts
+++ b/src/panels/config/integrations/ha-integration-list-item.ts
@@ -93,7 +93,10 @@ export class HaIntegrationListItem extends ListItemBase {
>${this.hass.localize(
"ui.panel.config.integrations.config_entry.yaml_only"
)}`
: html``}
`;
@@ -141,6 +144,10 @@ export class HaIntegrationListItem extends ListItemBase {
ha-icon-next {
margin-right: 8px;
}
+ .open-in-new {
+ --mdc-icon-size: 22px;
+ padding: 1px;
+ }
`,
];
}