mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
Force clock card to display time LTR (#24865)
This commit is contained in:
parent
706f43e99e
commit
c42a899b52
@ -234,6 +234,7 @@ export class HuiClockCard extends LitElement implements LovelaceCard {
|
|||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: 0.8;
|
line-height: 0.8;
|
||||||
|
direction: ltr;
|
||||||
}
|
}
|
||||||
|
|
||||||
.time-title + .time-parts {
|
.time-title + .time-parts {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user