Add padding to bottom of logbook in device page (#21913)

Update ha-config-device-page.ts
This commit is contained in:
ildar170975 2024-09-12 19:51:06 +03:00 committed by GitHub
parent 23e37daff3
commit 7115d14699
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1536,6 +1536,10 @@ export class HaConfigDevicePage extends LitElement {
padding-bottom: 16px;
}
ha-card:has(ha-logbook) {
padding-bottom: var(--ha-card-border-radius, 12px);
}
ha-logbook {
height: 400px;
}