From c01bfcc9a95ed0a7aaae927e18e15e24bcb6dccf Mon Sep 17 00:00:00 2001 From: sneak Date: Thu, 1 Jan 2026 06:40:31 -0800 Subject: [PATCH] Fix logs pane overflow by moving background/padding to wrapper Move bg-gray-900, rounded-lg, and p-4 from the pre element to the wrapper div. This matches the working structure in app_detail.html and allows overflow-auto to work correctly. --- templates/deployments.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/deployments.html b/templates/deployments.html index 11a2c2c..1246b91 100644 --- a/templates/deployments.html +++ b/templates/deployments.html @@ -76,8 +76,8 @@ View Logs -
-
{{if .Logs.Valid}}{{.Logs.String}}{{else}}Loading...{{end}}
+
+
{{if .Logs.Valid}}{{.Logs.String}}{{else}}Loading...{{end}}
{{if or (eq .Status "success") (eq .Status "failed")}}