From f396be2ed7e6d50ecac82722deefe82aeb026ec0 Mon Sep 17 00:00:00 2001 From: tzagim <2285958+tzagim@users.noreply.github.com> Date: Fri, 8 Nov 2024 10:16:42 +0200 Subject: [PATCH] Fix for RTL languages in logs (#22727) Fix for RTL Languages (log) --- src/panels/config/logs/error-log-card.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/config/logs/error-log-card.ts b/src/panels/config/logs/error-log-card.ts index f9fbe31410..d804ae56d3 100644 --- a/src/panels/config/logs/error-log-card.ts +++ b/src/panels/config/logs/error-log-card.ts @@ -768,8 +768,8 @@ class ErrorLogCard extends LitElement { overflow-y: scroll; min-height: var(--error-log-card-height, calc(100vh - 240px)); max-height: var(--error-log-card-height, calc(100vh - 240px)); - border-top: 1px solid var(--divider-color); + direction: ltr; } @media all and (max-width: 870px) {