From fbbbfe9bf5fb9e9182998a81158a56f9b50cea14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Thu, 9 Jul 2026 09:49:32 -0400 Subject: [PATCH] Stretch subprocessor cards to align bottom edges MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drop items-start from the category grid so its rows stretch again. Each card is a block grid item that fills the row height, lining up the bottom edges of cards on the same row regardless of how much text each one carries. Signed-off-by: Émile Ré --- .../subprocessors/_components/SubprocessorCategorySection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/compliance-portal/src/pages/subprocessors/_components/SubprocessorCategorySection.tsx b/apps/compliance-portal/src/pages/subprocessors/_components/SubprocessorCategorySection.tsx index 5c9fec08e..19da6c7f4 100644 --- a/apps/compliance-portal/src/pages/subprocessors/_components/SubprocessorCategorySection.tsx +++ b/apps/compliance-portal/src/pages/subprocessors/_components/SubprocessorCategorySection.tsx @@ -45,7 +45,7 @@ export function SubprocessorCategorySection({ category, subprocessors }: Subproc {t(`categories.${category}.description`)} -
+
{subprocessors.map(subprocessor => ( ))}