mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix incorrect padding on bottom of empty list (#19414)
This commit is contained in:
parent
bb4f09ad9a
commit
13a8b10f5c
@ -637,6 +637,7 @@ export class HuiTodoListCard extends LitElement implements LovelaceCard {
|
|||||||
|
|
||||||
.empty {
|
.empty {
|
||||||
padding: 16px 32px;
|
padding: 16px 32px;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user