mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 01:06:35 +00:00
Newline behavior for date-range-picker history and logbook (#23710)
This commit is contained in:
parent
2b8fc04fdc
commit
6dbc04455f
@ -223,7 +223,7 @@ export class HaDateRangePicker extends LitElement {
|
||||
this.hass.locale,
|
||||
this.hass.config
|
||||
)) +
|
||||
" - \n" +
|
||||
(window.innerWidth >= 459 ? " - " : " - \n") +
|
||||
(isThisYear(this.endDate)
|
||||
? formatShortDateTime(
|
||||
this.endDate,
|
||||
|
Loading…
x
Reference in New Issue
Block a user