Fix incorrect padding on bottom of empty list (#19414)

This commit is contained in:
Matthew Grove 2024-01-16 14:02:06 +00:00 committed by GitHub
parent bb4f09ad9a
commit 13a8b10f5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -637,6 +637,7 @@ export class HuiTodoListCard extends LitElement implements LovelaceCard {
.empty {
padding: 16px 32px;
display: inline-block;
}
.item {