From 1ae51fb2737cfad854b5d02e45c2affd8c36945b Mon Sep 17 00:00:00 2001 From: keyhan Date: Tue, 16 Jun 2026 02:15:34 +0330 Subject: [PATCH] fix(logs): force LTR alignment in workload log terminals The pod and build log
 blocks inherited the RTL direction of the
surrounding page, right-aligning log text and hurting readability. Pin
them to dir="ltr" with text-left so output reads naturally.

Co-Authored-By: Claude Opus 4.8 
---
 frontend/src/components/workload-logs-panel.tsx | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/frontend/src/components/workload-logs-panel.tsx b/frontend/src/components/workload-logs-panel.tsx
index 8b396d5..225a37a 100644
--- a/frontend/src/components/workload-logs-panel.tsx
+++ b/frontend/src/components/workload-logs-panel.tsx
@@ -132,7 +132,8 @@ export function WorkloadLogsPanel({
           {logTab === 'pod' && (
             
               {logsData?.logs || podPlaceholder}
             
@@ -150,7 +151,7 @@ export function WorkloadLogsPanel({ )} -
+              
                 {buildLogsData?.buildLog ||
                   (buildLogsData?.status === 'building'
                     ? wl.buildInProgress