Skip to content

Commit

Permalink
Fix padding top for logbook panel (#22999)
Browse files Browse the repository at this point in the history
  • Loading branch information
ildar170975 authored Nov 26, 2024
1 parent a5e12cb commit 25a7f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panels/logbook/ha-panel-logbook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ export class HaPanelLogbook extends LitElement {
.filters {
display: flex;
padding: 8px 16px 0;
padding: 16px 16px 0;
}
:host([narrow]) .filters {
Expand Down

0 comments on commit 25a7f6e

Please sign in to comment.