1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 20:55:49 +00:00

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

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;
}