Skip to content

Commit 95a06a7

Browse files
fix layout bug
1 parent 2559bd3 commit 95a06a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/elements/card.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ export class TodayCard extends LitElement {
144144
@action=${this.handleTapAction}
145145
.actionHandler=${actionHandler()}
146146
>
147-
${actionable ? html`<ha-ripple></ha-ripple>` : nothing}
148147
<div class="card-content">${this.renderEvents()}</div>
148+
${actionable ? html`<ha-ripple></ha-ripple>` : nothing}
149149
</ha-card>
150150
`;
151151
}

0 commit comments

Comments
 (0)