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 GitHub
parent 6e8bac2e58
commit c4b5882b2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {