From d89af463803dc1f151041d405bea438075e6a217 Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Fri, 27 Feb 2026 22:12:39 -0800 Subject: [PATCH] Make matrix page full width - Remove max-width constraint and padding from main element - Change table border from rounded-lg to border-y for edge-to-edge display --- site/app/matrix/page.tsx | 2 +- site/src/components/ConformanceMatrix.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/app/matrix/page.tsx b/site/app/matrix/page.tsx index 6f26c1e..a2529b6 100644 --- a/site/app/matrix/page.tsx +++ b/site/app/matrix/page.tsx @@ -22,7 +22,7 @@ export default async function MatrixPage() {
-
+
diff --git a/site/src/components/ConformanceMatrix.tsx b/site/src/components/ConformanceMatrix.tsx index ce3ebce..4540c0f 100644 --- a/site/src/components/ConformanceMatrix.tsx +++ b/site/src/components/ConformanceMatrix.tsx @@ -135,7 +135,7 @@ export function DetailedMatrix({ matrix }: ConformanceMatrixProps) { } return ( -
+