Force clock card to display time LTR (#24865)

This commit is contained in:
Paul Bottein 2025-03-31 14:18:39 +02:00 committed by Bram Kragten
parent 706f43e99e
commit c42a899b52

View File

@ -234,6 +234,7 @@ export class HuiClockCard extends LitElement implements LovelaceCard {
font-size: 2rem;
font-weight: 500;
line-height: 0.8;
direction: ltr;
}
.time-title + .time-parts {