mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 21:37:21 +00:00
Ensure history entity picker wraps to next line on mobile (#12201)
This commit is contained in:
parent
717eec1860
commit
89e31486c5
@ -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%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user