mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56:35 +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;
|
padding: 8px 16px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:host([narrow]) .filters {
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
ha-date-range-picker {
|
ha-date-range-picker {
|
||||||
margin-right: 16px;
|
margin-right: 16px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user