mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 02:06:42 +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.locale,
|
||||||
this.hass.config
|
this.hass.config
|
||||||
)) +
|
)) +
|
||||||
" - \n" +
|
(window.innerWidth >= 459 ? " - " : " - \n") +
|
||||||
(isThisYear(this.endDate)
|
(isThisYear(this.endDate)
|
||||||
? formatShortDateTime(
|
? formatShortDateTime(
|
||||||
this.endDate,
|
this.endDate,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user