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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user