Fix padding top for logbook panel (#22999)

This commit is contained in:
ildar170975 2024-11-26 13:46:06 +03:00 committed by GitHub
parent a5e12cb558
commit 25a7f6ebf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -315,7 +315,7 @@ export class HaPanelLogbook extends LitElement {
.filters {
display: flex;
padding: 8px 16px 0;
padding: 16px 16px 0;
}
:host([narrow]) .filters {