Ensure history entity picker wraps to next line on mobile (#12201)

This commit is contained in:
Philip Allgaier 2022-04-04 15:39:45 +02:00 committed by GitHub
parent 717eec1860
commit 89e31486c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -253,6 +253,10 @@ class HaPanelHistory extends LitElement {
padding: 8px 16px 0;
}
:host([narrow]) .filters {
flex-wrap: wrap;
}
ha-date-range-picker {
margin-right: 16px;
max-width: 100%;