1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-02 08:33:31 +01:00

hui-entities-card: fix "buttons-header-footer" margin-bottom (#29783)

* fix margin-bottom for hui-buttons-header-footer

* typo
This commit is contained in:
ildar170975
2026-02-24 08:54:50 +03:00
committed by GitHub
parent 8299386737
commit 3a48e1996f

View File

@@ -302,9 +302,11 @@ class HuiEntitiesCard extends LitElement implements LovelaceCard {
--ha-card-border-radius,
var(--ha-border-radius-lg)
);
margin-bottom: 16px;
overflow: hidden;
}
.header:not(:has(> hui-buttons-header-footer)) {
margin-bottom: var(--ha-space-4);
}
.footer {
border-bottom-left-radius: var(