mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +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 {
|
app-datepicker::part(calendar-day):focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
app-datepicker::part(body) {
|
||||||
|
direction: ltr;
|
||||||
|
}
|
||||||
@media all and (min-width: 450px) {
|
@media all and (min-width: 450px) {
|
||||||
ha-dialog {
|
ha-dialog {
|
||||||
--mdc-dialog-min-width: 300px;
|
--mdc-dialog-min-width: 300px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user