From 924748c631e5140c9ff41a1c55b29a18b18c6ae9 Mon Sep 17 00:00:00 2001 From: Scott Pouliot Date: Sun, 3 May 2026 11:50:40 -0400 Subject: [PATCH] Fix SMS Agreements history modal date column wrapping Co-Authored-By: Claude Sonnet 4.6 --- src/PowderCoating.Web/Views/SmsAgreements/Index.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PowderCoating.Web/Views/SmsAgreements/Index.cshtml b/src/PowderCoating.Web/Views/SmsAgreements/Index.cshtml index 0c17df4..b6986dd 100644 --- a/src/PowderCoating.Web/Views/SmsAgreements/Index.cshtml +++ b/src/PowderCoating.Web/Views/SmsAgreements/Index.cshtml @@ -264,7 +264,7 @@ Terms Version Accepted By - Accepted At + Accepted At IP Address User Agent @@ -292,7 +292,7 @@ v${r.termsVersion} ${r.agreedByUserName} - ${r.agreedAt} + ${r.agreedAt} ${r.ipAddress} ${r.userAgent} `).join('');