Improve alerts padding in area card (#25897)

This commit is contained in:
Paul Bottein 2025-06-24 18:09:56 +02:00 committed by GitHub
parent caa60e4e8c
commit 31bc708725
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -663,8 +663,8 @@ export class HuiAreaCard extends LitElement implements LovelaceCard {
left: 0;
display: flex;
flex-direction: row;
gap: 4px;
padding: 4px;
gap: 8px;
padding: 8px;
pointer-events: none;
z-index: 1;
}