From 2fae9aefad974efa5b635008309d888f0cae3b23 Mon Sep 17 00:00:00 2001 From: Scott Pouliot Date: Tue, 16 Jun 2026 20:12:00 -0400 Subject: [PATCH] Fix Bills detail page horizontal scrolling on mobile Wrap Line Items and Payment History tables in table-responsive so they scroll horizontally rather than overflowing the viewport. Expenses detail page uses a definition list layout and was not affected. Co-Authored-By: Claude Sonnet 4.6 --- src/PowderCoating.Web/Views/Bills/Details.cshtml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/PowderCoating.Web/Views/Bills/Details.cshtml b/src/PowderCoating.Web/Views/Bills/Details.cshtml index 7c11518..97d61c8 100644 --- a/src/PowderCoating.Web/Views/Bills/Details.cshtml +++ b/src/PowderCoating.Web/Views/Bills/Details.cshtml @@ -127,6 +127,7 @@
Line Items
+
@@ -169,6 +170,7 @@
+
@@ -210,6 +212,7 @@
+
@@ -253,6 +256,7 @@ }
+
}