mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-05 00:49:53 +00:00
Set numeric keypads to LTR (#27588)
This commit is contained in:
@@ -212,6 +212,7 @@ export class DialogEnterCode
|
|||||||
grid-gap: var(--ha-space-6);
|
grid-gap: var(--ha-space-6);
|
||||||
justify-items: center;
|
justify-items: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
direction: ltr;
|
||||||
}
|
}
|
||||||
.clear {
|
.clear {
|
||||||
grid-row-start: 4;
|
grid-row-start: 4;
|
||||||
|
|||||||
@@ -433,6 +433,7 @@ class HuiAlarmPanelCard extends LitElement implements LovelaceCard {
|
|||||||
grid-gap: var(--ha-space-4);
|
grid-gap: var(--ha-space-4);
|
||||||
justify-items: center;
|
justify-items: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
direction: ltr;
|
||||||
}
|
}
|
||||||
|
|
||||||
ha-control-button {
|
ha-control-button {
|
||||||
|
|||||||
Reference in New Issue
Block a user