mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-13 12:26:35 +00:00
Fix padding top for logbook panel (#22999)
This commit is contained in:
parent
a5e12cb558
commit
25a7f6ebf7
@ -315,7 +315,7 @@ export class HaPanelLogbook extends LitElement {
|
||||
|
||||
.filters {
|
||||
display: flex;
|
||||
padding: 8px 16px 0;
|
||||
padding: 16px 16px 0;
|
||||
}
|
||||
|
||||
:host([narrow]) .filters {
|
||||
|
Loading…
x
Reference in New Issue
Block a user