diff --git a/ui/src/app/applications/components/pod-logs-viewer/pod-logs-viewer.tsx b/ui/src/app/applications/components/pod-logs-viewer/pod-logs-viewer.tsx index fcbc8b4206730..eb5ab5b794b6b 100644 --- a/ui/src/app/applications/components/pod-logs-viewer/pod-logs-viewer.tsx +++ b/ui/src/app/applications/components/pod-logs-viewer/pod-logs-viewer.tsx @@ -233,7 +233,7 @@ export const PodsLogsViewer = (props: PodLogsProps) => { key={lineNum} style={{ whiteSpace: isWrapped ? 'normal' : 'pre', - lineHeight: '1.5rem', + lineHeight: '1.125rem', backgroundColor: selectedPod === log.podName ? getPodBackgroundColor(log.podName, prefs.appDetails.darkMode) : 'transparent', padding: '1px 8px', width: '100%',