Skip to content

Commit 048e754

Browse files
authored
Match tokens card actions position and size of button with others (#53605)
1 parent 3a30ea5 commit 048e754

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/panels/profile/ha-refresh-tokens-card.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ class HaRefreshTokens extends LitElement {
209209
<ha-button
210210
variant="danger"
211211
appearance="filled"
212-
size="s"
213212
@click=${this._deleteAllTokens}
214213
>
215214
${this.hass.localize(
@@ -352,6 +351,10 @@ class HaRefreshTokens extends LitElement {
352351
border-radius: var(--ha-border-radius-circle);
353352
margin-right: 6px;
354353
}
354+
.card-actions {
355+
display: flex;
356+
justify-content: flex-end;
357+
}
355358
`,
356359
];
357360
}

0 commit comments

Comments
 (0)