Skip to content

Commit e894332

Browse files
Merge pull request #46 from JonasDoebertin/bugfix/40
Fix a layout bug for cards without a title
2 parents b306038 + 95a06a7 commit e894332

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)