From 96413285253c1b042eaaf4526429ae1699874e31 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Tue, 20 Jan 2026 12:08:34 +0000 Subject: [PATCH] appview/pages: fix overflow on review pages in mobile view we should really upgrade to tailwind 4.x at some point! Signed-off-by: oppiliappan --- appview/pages/templates/repo/pulls/pull.html | 4 ++-- 1 file(s) changed, 2 insertion(s)(+), 2 deletion(s)(-) diff --git a/appview/pages/templates/repo/pulls/pull.html b/appview/pages/templates/repo/pulls/pull.html --- a/appview/pages/templates/repo/pulls/pull.html +++ b/appview/pages/templates/repo/pulls/pull.html @@ -8,7 +8,7 @@ {{ define "mainLayout" }}
-
+
{{ block "contentLayout" . }} {{ block "content" . }}{{ end }} {{ end }} @@ -51,7 +51,7 @@ {{ end }} {{ define "repoContentLayout" }} -
+
{{ block "repoContent" . }}{{ end }}
-- tangled.sh