mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Force app-datepicker calendar to render in ltr (#15894)
This commit is contained in:
parent
04a16812d3
commit
89decd2f31
@ -96,6 +96,9 @@ export class HaDialogDatePicker extends LitElement {
|
||||
app-datepicker::part(calendar-day):focus {
|
||||
outline: none;
|
||||
}
|
||||
app-datepicker::part(body) {
|
||||
direction: ltr;
|
||||
}
|
||||
@media all and (min-width: 450px) {
|
||||
ha-dialog {
|
||||
--mdc-dialog-min-width: 300px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user