From 185744a89a66c93dd692c743219ae49e8ffcffa4 Mon Sep 17 00:00:00 2001 From: benjdlambert Date: Thu, 24 Jul 2025 13:38:47 +0200 Subject: [PATCH] chore: need to stretch the cards to make them fit horizontally Signed-off-by: benjdlambert --- plugins/catalog/src/alpha/DefaultEntityContentLayout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/catalog/src/alpha/DefaultEntityContentLayout.tsx b/plugins/catalog/src/alpha/DefaultEntityContentLayout.tsx index e5f7007356..3188b98437 100644 --- a/plugins/catalog/src/alpha/DefaultEntityContentLayout.tsx +++ b/plugins/catalog/src/alpha/DefaultEntityContentLayout.tsx @@ -107,6 +107,7 @@ const useStyles = makeStyles< maxHeight: '100vh', overflowY: 'auto', alignSelf: 'start', + alignItems: 'stretch', // Hide the scrollbar for the inner info cards // kind of an accessibility nightmare, but we see. scrollbarWidth: 'none',