mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-14 12:56:37 +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 {
|
.filters {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 8px 16px 0;
|
padding: 16px 16px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
:host([narrow]) .filters {
|
:host([narrow]) .filters {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user